File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33Version 3.1.4
44-------------
55
6- Unreleased
6+ Released 2024-05-05
77
88- The ``xmlattr `` filter does not allow keys with ``/ `` solidus, ``> ``
99 greater-than sign, or ``= `` equals sign, in addition to disallowing spaces.
1010 Regardless of any validation done by Jinja, user input should never be used
1111 as keys to this filter, or must be separately validated first.
12- GHSA- h75v-3vvj-5mfj
12+ :ghsa: ` h75v-3vvj-5mfj `
1313
1414
1515Version 3.1.3
@@ -19,7 +19,7 @@ Released 2024-01-10
1919
2020- Fix compiler error when checking if required blocks in parent templates are
2121 empty. :pr: `1858 `
22- - ``xmlattr `` filter does not allow keys with spaces. GHSA- h5c8-rqwp-cp95
22+ - ``xmlattr `` filter does not allow keys with spaces. :ghsa: ` h5c8-rqwp-cp95 `
2323- Make error messages stemming from invalid nesting of ``{% trans %} `` blocks
2424 more helpful. :pr: `1918 `
2525
Original file line number Diff line number Diff line change 3535from .utils import pass_eval_context as pass_eval_context
3636from .utils import select_autoescape as select_autoescape
3737
38- __version__ = "3.1.4.dev "
38+ __version__ = "3.1.4"
You can’t perform that action at this time.
0 commit comments