summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2022-02-02 06:17:57 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-02-02 07:18:43 +0100
commit7043f9ab3f151c9777b0ef660fa4386c4d53dad7 (patch)
treecdc4a6d9f82428c2967f527bd2899c0c3f494ba7 /docs
parent0c06819caae202f1a7aa96d2da2affb2400fef10 (diff)
[4.0.x] Fixed typo in release notes.
Backport of 770d3e6a4ce8e0a91a9e27156036c1985e74d4a3 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.27.txt2
-rw-r--r--docs/releases/3.2.12.txt2
-rw-r--r--docs/releases/4.0.2.txt2
3 files changed, 3 insertions, 3 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``.
diff --git a/docs/releases/3.2.12.txt b/docs/releases/3.2.12.txt
index 0907050791..68a775463b 100644
--- a/docs/releases/3.2.12.txt
+++ b/docs/releases/3.2.12.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``.
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``.