django1/django/http
Carlton Gibson 46916665f9 [4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
Thanks to Motoyasu Saburi for the report.
2022-08-03 08:47:19 +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 [4.1.x] Refs #33697 -- Fixed multipart parsing of headers with double quotes and semicolons. 2022-06-01 10:38:59 +02:00
request.py Refs #33173 -- Removed use of deprecated cgi module. 2022-05-11 14:06:31 +02:00
response.py [4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2022-08-03 08:47:19 +02:00