File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
Version 3.1.4
4
4
-------------
5
5
6
- Unreleased
6
+ Released 2024-05-05
7
7
8
8
- The ``xmlattr `` filter does not allow keys with ``/ `` solidus, ``> ``
9
9
greater-than sign, or ``= `` equals sign, in addition to disallowing spaces.
10
10
Regardless of any validation done by Jinja, user input should never be used
11
11
as keys to this filter, or must be separately validated first.
12
- GHSA- h75v-3vvj-5mfj
12
+ :ghsa: ` h75v-3vvj-5mfj `
13
13
14
14
15
15
Version 3.1.3
@@ -19,7 +19,7 @@ Released 2024-01-10
19
19
20
20
- Fix compiler error when checking if required blocks in parent templates are
21
21
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 `
23
23
- Make error messages stemming from invalid nesting of ``{% trans %} `` blocks
24
24
more helpful. :pr: `1918 `
25
25
Original file line number Diff line number Diff line change 35
35
from .utils import pass_eval_context as pass_eval_context
36
36
from .utils import select_autoescape as select_autoescape
37
37
38
- __version__ = "3.1.4.dev "
38
+ __version__ = "3.1.4"
You can’t perform that action at this time.
0 commit comments