summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-10-01 11:54:31 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-01 12:01:22 +0200
commit8fb3c2fe2af3f1bfcf7ce6b40f5e533a12611096 (patch)
tree8bcbabc10cd3c58feca39b191e923e1f33b0a074
parentd53e91d43dbc512eafcb8516e8259d70de6a5f2b (diff)
[2.1.x] Added CVE-2018-16984 to the security release archive.
Backport of 0b3b7c4b0ab2567cfe5df3ac19563d4a59276cb1 from master
-rw-r--r--docs/releases/security.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt
index f74ec87c7e..964f614cbf 100644
--- a/docs/releases/security.txt
+++ b/docs/releases/security.txt
@@ -898,3 +898,14 @@ Versions affected
* Django 2.1 `(patch) <https://github.com/django/django/commit/c4e5ff7fdb5fce447675e90291fd33fddd052b3c>`__
* Django 2.0 `(patch) <https://github.com/django/django/commit/6fffc3c6d420e44f4029d5643f38d00a39b08525>`__
* Django 1.11 `(patch) <https://github.com/django/django/commit/d6eaee092709aad477a9894598496c6deec532ff>`__
+
+October 1, 2018 - :cve:`2018-16984`
+-----------------------------------
+
+Information disclosure in Django Admin. `Full description
+<https://www.djangoproject.com/weblog/2018/oct/01/security-release/>`__
+
+Versions affected
+~~~~~~~~~~~~~~~~~
+
+* Django 2.1 `(patch) <https://github.com/django/django/commit/c4bd5b597e0aa2432e4c867b86650f18af117851>`__