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-23 00:34:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Markus Holtermann
7ac5ff37b8
[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
...
Thanks to Jakob Ackermann for the report.
2023-02-14 08:21:18 +01:00
..
__init__.py
Fixed
#34074
-- Added headers argument to RequestFactory and Client classes.
2022-11-14 10:21:51 +01:00
cookie.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
multipartparser.py
[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
2023-02-14 08:21:18 +01:00
request.py
[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
2023-02-14 08:21:18 +01:00
response.py
Fixed
#33735
-- Added async support to StreamingHttpResponse.
2022-12-22 10:41:12 +01:00