diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-26 18:01:19 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-26 18:22:14 -0400 |
| commit | a1c2b2095fc126a37c461f6533c068f50e78939a (patch) | |
| tree | bad5a842a6c3aa426bd2b32c26337e1714739649 /docs | |
| parent | 550fa7b8927f7c7a55b66c20eb5cf37ce933c075 (diff) | |
[1.10.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/security.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 8a9d73de36..898b7f3c30 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -769,3 +769,15 @@ Versions affected * Django 1.9 `(patch) <https://github.com/django/django/commit/d03bf6fe4e9bf5b07de62c1a271c4b41a7d3d158>`__ * Django 1.8 `(patch) <https://github.com/django/django/commit/f68e5a99164867ab0e071a936470958ed867479d>`__ + +September 26, 2016 - :cve:`2016-7401` +------------------------------------- + +CSRF protection bypass on a site with Google Analytics. `Full description +<https://www.djangoproject.com/weblog/2016/sep/26/security-releases/>`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 1.9 `(patch) <https://github.com/django/django/commit/d1bc980db1c0fffd6d60677e62f70beadb9fe64a>`__ +* Django 1.8 `(patch) <https://github.com/django/django/commit/6118ab7d0676f0d622278e5be215f14fb5410b6a>`__ |
