mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typo in release notes.
This commit is contained in:
@@ -12,7 +12,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
|
|||||||
The ``{% debug %}`` template tag didn't properly encode the current context,
|
The ``{% debug %}`` template tag didn't properly encode the current context,
|
||||||
posing an XSS attack vector.
|
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
|
information when the ``DEBUG`` setting is ``False``, and it ensures all context
|
||||||
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
|
|||||||
The ``{% debug %}`` template tag didn't properly encode the current context,
|
The ``{% debug %}`` template tag didn't properly encode the current context,
|
||||||
posing an XSS attack vector.
|
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
|
information when the ``DEBUG`` setting is ``False``, and it ensures all context
|
||||||
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ CVE-2022-22818: Possible XSS via ``{% debug %}`` template tag
|
|||||||
The ``{% debug %}`` template tag didn't properly encode the current context,
|
The ``{% debug %}`` template tag didn't properly encode the current context,
|
||||||
posing an XSS attack vector.
|
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
|
information when the ``DEBUG`` setting is ``False``, and it ensures all context
|
||||||
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
variables are correctly escaped when the ``DEBUG`` setting is ``True``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user