django1/django/http
Mariusz Felisiak fc18f36c4a Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Thanks Alan Ryan for the report and initial patch.
2022-02-01 07:41:40 +01: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 #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
multipartparser.py Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. 2022-02-01 07:41:40 +01:00
request.py Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +01:00
response.py Refs #30509 -- Adjusted internal FileResponse variable name. 2021-10-15 07:29:55 +02:00