jinja2 3.1.3-1 source package in Ubuntu

Changelog

jinja2 (3.1.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.1.3 (Closes: #1060748)
  * CVE-2024-22195: HTML attribute injection when passing user input as
    keys to xmlattr filter

 -- Hans-Christoph Steiner <email address hidden>  Tue, 05 Mar 2024 09:32:06 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jinja2_3.1.3-1.dsc 1.8 KiB 59fd9065679fe5b375c3e549ea2a93eac6c5484beaad7959d72e05c55c0f4a8d
jinja2_3.1.3.orig.tar.gz 262.0 KiB ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90
jinja2_3.1.3-1.debian.tar.xz 9.8 KiB 4d2572bc3d43a547d619c50c48c328d69f8ad88d770b7ffb60c3cdf283fc8822

No changes file available.

Binary packages built by this source

python-jinja2-doc: documentation for the Jinja2 Python library

 Jinja2 is a small but fast and easy to use stand-alone template engine
 .
 This package contains the documentation for Jinja2 in HTML and
 reStructuredText formats.

python3-jinja2: small but fast and easy to use stand-alone template engine

 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
 .
 The key-features are:
  * Configurable syntax. If you are generating LaTeX or other formats with
    Jinja2 you can change the delimiters to something that integrates better
    into the LaTeX markup.
  * Fast. While performance is not the primarily target of Jinja2 it’s
    surprisingly fast. The overhead compared to regular Python code was reduced
    to the very minimum.
  * Easy to debug. Jinja2 integrates directly into the Python traceback system
    which allows you to debug Jinja2 templates with regular Python debugging
    helpers.
  * Secure. It’s possible to evaluate untrusted template code if the optional
    sandbox is enabled. This allows Jinja2 to be used as templating language
    for applications where users may modify the template design.