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-03-10 17:32:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Carlton Gibson
bd062445cf
Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
...
Thanks to Motoyasu Saburi for the report.
2022-08-03 08:46:31 +02:00
..
__init__.py
Fixed
#33683
-- Document HttpResponseBase and allow import from django.http
2022-05-17 09:51:16 +02:00
cookie.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
multipartparser.py
Refs
#33697
-- Used django.utils.http.parse_header_parameters() for parsing boundary streams.
2022-06-28 09:42:47 +02:00
request.py
Refs
#33697
-- Made MediaType use django.utils.http.parse_header_parameters().
2022-06-28 07:33:41 +02:00
response.py
Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
2022-08-03 08:46:31 +02:00