summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-22 12:23:18 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-01 09:07:36 +0100
commit05413afa8c18cdb978fcdf470e09f7a12b234a23 (patch)
treed3672ac9ec790440c7f4fb3984b8c3d40136c8f8 /docs
parent6822aa5c6c3fbec7c5393a05e990865ba59fe167 (diff)
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.18.txt15
-rw-r--r--docs/releases/3.0.12.txt15
-rw-r--r--docs/releases/3.1.6.txt12
-rw-r--r--docs/releases/index.txt2
4 files changed, 42 insertions, 2 deletions
diff --git a/docs/releases/2.2.18.txt b/docs/releases/2.2.18.txt
new file mode 100644
index 0000000000..45df4fb83c
--- /dev/null
+++ b/docs/releases/2.2.18.txt
@@ -0,0 +1,15 @@
+===========================
+Django 2.2.18 release notes
+===========================
+
+*February 1, 2021*
+
+Django 2.2.18 fixes a security issue with severity "low" in 2.2.17.
+
+CVE-2021-3281: Potential directory-traversal via ``archive.extract()``
+======================================================================
+
+The ``django.utils.archive.extract()`` function, used by
+:option:`startapp --template` and :option:`startproject --template`, allowed
+directory-traversal via an archive with absolute paths or relative paths with
+dot segments.
diff --git a/docs/releases/3.0.12.txt b/docs/releases/3.0.12.txt
new file mode 100644
index 0000000000..20d9459fea
--- /dev/null
+++ b/docs/releases/3.0.12.txt
@@ -0,0 +1,15 @@
+===========================
+Django 3.0.12 release notes
+===========================
+
+*February 1, 2021*
+
+Django 3.0.12 fixes a security issue with severity "low" in 3.0.11.
+
+CVE-2021-3281: Potential directory-traversal via ``archive.extract()``
+======================================================================
+
+The ``django.utils.archive.extract()`` function, used by
+:option:`startapp --template` and :option:`startproject --template`, allowed
+directory-traversal via an archive with absolute paths or relative paths with
+dot segments.
diff --git a/docs/releases/3.1.6.txt b/docs/releases/3.1.6.txt
index 2d0a48616d..027d2f3b16 100644
--- a/docs/releases/3.1.6.txt
+++ b/docs/releases/3.1.6.txt
@@ -2,9 +2,17 @@
Django 3.1.6 release notes
==========================
-*Expected February 1, 2021*
+*February 1, 2021*
-Django 3.1.6 fixes several bugs in 3.1.5.
+Django 3.1.6 fixes a security issue with severity "low" and a bug in 3.1.5.
+
+CVE-2021-3281: Potential directory-traversal via ``archive.extract()``
+======================================================================
+
+The ``django.utils.archive.extract()`` function, used by
+:option:`startapp --template` and :option:`startproject --template`, allowed
+directory-traversal via an archive with absolute paths or relative paths with
+dot segments.
Bugfixes
========
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 68733d9b24..32d4d71567 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -52,6 +52,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 3.0.12
3.0.11
3.0.10
3.0.9
@@ -70,6 +71,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 2.2.18
2.2.17
2.2.16
2.2.15