This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-14 12:24:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Tim Graham
884e113838
[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
...
This is a security fix.
2016-11-01 09:36:44 -04:00
..
__init__.py
Fixed
#26052
-- Moved conditional_content_removal() processing to the test client.
2016-04-25 07:56:07 -04:00
cookie.py
Fixed
#26158
-- Rewrote http.parse_cookie() to better match browsers.
2016-03-15 12:24:06 -04:00
multipartparser.py
Fixed
#21231
-- Enforced a max size for GET/POST values read into memory.
2016-05-12 10:17:52 -04:00
request.py
[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
2016-11-01 09:36:44 -04:00
response.py
[1.10.x] Fixed broken links in docs and comments.
2016-06-15 21:20:38 -04:00