Skip to content

Commit

Permalink
[3.2.x] Fixed typo in release notes.
Browse files Browse the repository at this point in the history
Backport of 770d3e6 from main.
  • Loading branch information
smithdc1 authored and felixxm committed Feb 2, 2022
1 parent 6f30916 commit 754af45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/releases/2.2.27.txt
Expand Up @@ -12,7 +12,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
The ``{% debug %}`` template tag didn't properly encode the current context,
posing an XSS attack vector.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/releases/3.2.12.txt
Expand Up @@ -12,7 +12,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
The ``{% debug %}`` template tag didn't properly encode the current context,
posing an XSS attack vector.

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

Expand Down

0 comments on commit 754af45

Please sign in to comment.