summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-20 14:04:56 -0400
committerTim Graham <timograham@gmail.com>2015-05-20 14:04:56 -0400
commitc940940fe47e0c0fad45d687df001a90cbb92c87 (patch)
treed9eb557020eb7bfbfc9ce339985d2b9d59767801 /docs
parentebe994a42ce92bb82a4e421c7c817d44747088a3 (diff)
Added today's security issue to archive.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/security.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt
index c963814c4d..e7a7841e19 100644
--- a/docs/releases/security.txt
+++ b/docs/releases/security.txt
@@ -611,3 +611,15 @@ Versions affected
* Django 1.6 `(patch) <https://github.com/django/django/commit/5510f070711540aaa8d3707776cd77494e688ef9>`__
* Django 1.7 `(patch) <https://github.com/django/django/commit/2a4113dbd532ce952308992633d802dc169a75f1>`__
* Django 1.8 `(patch) <https://github.com/django/django/commit/770427c2896a078925abfca2317486b284d22f04>`__
+
+May 20, 2015 - CVE-2015-3982
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`CVE-2015-3982 <http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3982&cid=2>`_:
+Fixed session flushing in the cached_db backend.
+`Full description <https://www.djangoproject.com/weblog/2015/may/20/security-release/>`__
+
+Versions affected
+-----------------
+
+* Django 1.8 `(patch) <https://github.com/django/django/commit/31cb25adecba930bdeee4556709f5a1c42d88fd6>`__