mirror of https://github.com/django/django.git
Corrected merge error in release notes.
This commit is contained in:
parent
6d343d01c5
commit
155e06a50b
|
@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on
|
||||||
dictionaries.
|
dictionaries.
|
||||||
|
|
||||||
As a reminder, all untrusted user input should be validated before use.
|
As a reminder, all untrusted user input should be validated before use.
|
||||||
|
|
||||||
|
This issue has severity "low" according to the :ref:`Django security policy
|
||||||
|
<security-disclosure>`.
|
||||||
|
|
||||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||||
====================================================================
|
====================================================================
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on
|
||||||
dictionaries.
|
dictionaries.
|
||||||
|
|
||||||
As a reminder, all untrusted user input should be validated before use.
|
As a reminder, all untrusted user input should be validated before use.
|
||||||
|
|
||||||
|
This issue has severity "low" according to the :ref:`Django security policy
|
||||||
|
<security-disclosure>`.
|
||||||
|
|
||||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||||
====================================================================
|
====================================================================
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on
|
||||||
dictionaries.
|
dictionaries.
|
||||||
|
|
||||||
As a reminder, all untrusted user input should be validated before use.
|
As a reminder, all untrusted user input should be validated before use.
|
||||||
|
|
||||||
|
This issue has severity "low" according to the :ref:`Django security policy
|
||||||
|
<security-disclosure>`.
|
||||||
|
|
||||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||||
====================================================================
|
====================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue