Package: jinja2 / 3.1.2-1+deb12u3
Metadata
Package | Version | Patches format |
---|---|---|
jinja2 | 3.1.2-1+deb12u3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
py3.9 fix collections import.patch | (download) |
src/jinja2/lexer.py |
5 4 + 1 - 0 ! |
python 3.9: fix collections import Bug-Debian: https://bugs.debian.org/949018 |
0002 docs disable sphinxcontrib.log_cabinet.patch | (download) |
docs/conf.py |
2 1 + 1 - 0 ! |
docs: disable sphinxcontrib.log_cabinet it's not packaged in Debian yet |
0003 fix nose leftovers.patch | (download) |
tests/test_loader.py |
6 4 + 2 - 0 ! |
fix nose leftovers taken from upstream repo |
0001 xmlattr filter disallows keys with spaces.patch | (download) |
src/jinja2/filters.py |
25 18 + 7 - 0 ! |
xmlattr filter disallows keys with spaces |
0002 disallow invalid characters in keys to xmlattr filte.patch | (download) |
src/jinja2/filters.py |
18 13 + 5 - 0 ! |
disallow invalid characters in keys to xmlattr filter |
0006 Fix CVE 2024 56201.patch | (download) |
src/jinja2/compiler.py |
7 6 + 1 - 0 ! |
fix cve-2024-56201 |
0007 Fix CVE 2024 56326.patch | (download) |
src/jinja2/sandbox.py |
81 43 + 38 - 0 ! |
fix cve-2024-56326 |
0008 CVE 2025 27516.patch | (download) |
src/jinja2/filters.py |
33 14 + 19 - 0 ! |
[patch] attr filter uses env.getattr |