summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.0.2.txt')
-rw-r--r--docs/releases/4.0.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt
index 05d235a4ff..97b87ff0b2 100644
--- a/docs/releases/4.0.2.txt
+++ b/docs/releases/4.0.2.txt
@@ -14,7 +14,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``.