diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-01-04 10:50:23 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-01-04 10:50:23 +0100 |
| commit | 155e06a50b7b65a7bb3c888ae51bdf1a2bd1a1e2 (patch) | |
| tree | eb2da4d0c4f54f1990a78c8f5c16864caa2cba38 /docs/releases | |
| parent | 6d343d01c57eb03ca1c6826318b652709e58a76e (diff) | |
Corrected merge error in release notes.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.2.26.txt | 4 | ||||
| -rw-r--r-- | docs/releases/3.2.11.txt | 4 | ||||
| -rw-r--r-- | docs/releases/4.0.1.txt | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/releases/2.2.26.txt b/docs/releases/2.2.26.txt index 9a53c51e27..7fbdc02089 100644 --- a/docs/releases/2.2.26.txt +++ b/docs/releases/2.2.26.txt @@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on dictionaries. 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()`` ==================================================================== diff --git a/docs/releases/3.2.11.txt b/docs/releases/3.2.11.txt index adff2d6d08..bb68e14a8e 100644 --- a/docs/releases/3.2.11.txt +++ b/docs/releases/3.2.11.txt @@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on dictionaries. 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()`` ==================================================================== diff --git a/docs/releases/4.0.1.txt b/docs/releases/4.0.1.txt index 3128d20431..d5e129a153 100644 --- a/docs/releases/4.0.1.txt +++ b/docs/releases/4.0.1.txt @@ -33,6 +33,10 @@ resolution logic, that will not call methods, nor allow indexing on dictionaries. 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()`` ==================================================================== |
