summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.27.txt
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2022-02-02 06:17:57 +0000
committerGitHub <noreply@github.com>2022-02-02 07:17:57 +0100
commit770d3e6a4ce8e0a91a9e27156036c1985e74d4a3 (patch)
treed975e662a0cd138576e3865a1af1f3404b4f9db7 /docs/releases/2.2.27.txt
parentca88caa1031c0de545d82de8d90dcae0e03651fb (diff)
Fixed typo in release notes.
Diffstat (limited to 'docs/releases/2.2.27.txt')
-rw-r--r--docs/releases/2.2.27.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.27.txt b/docs/releases/2.2.27.txt
index 688a482575..2a9b24be42 100644
--- a/docs/releases/2.2.27.txt
+++ b/docs/releases/2.2.27.txt
@@ -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``.