Skip to content

Commit 9d13d8c

Browse files
smithdc1felixxm
authored andcommitted
[2.2.x] Fixed typo in release notes.
Backport of 770d3e6 from main.
1 parent 047ece3 commit 9d13d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/releases/2.2.27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
1212
The ``{% debug %}`` template tag didn't properly encode the current context,
1313
posing an XSS attack vector.
1414

15-
In order to avoid this vulnerability, ``{% debug %}`` no longer outputs an
15+
In order to avoid this vulnerability, ``{% debug %}`` no longer outputs
1616
information when the ``DEBUG`` setting is ``False``, and it ensures all context
1717
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
1818

0 commit comments

Comments
 (0)