From 9d13d8c10b18da9f8a9a7ea9325c1e2a23279c72 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Wed, 2 Feb 2022 06:17:57 +0000 Subject: [PATCH] [2.2.x] Fixed typo in release notes. Backport of 770d3e6a4ce8e0a91a9e27156036c1985e74d4a3 from main. --- docs/releases/2.2.27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.2.27.txt b/docs/releases/2.2.27.txt index 688a48257554a..2a9b24be421ec 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``.