This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-02 19:12:55 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
14
9165addc22
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Ashwin Ramaswami
9165addc22
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
...
Add host validation for control characters for more CVE-2019-18348 protection.
2020-03-14 11:56:06 -07:00
..
__init__.py
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
2020-03-14 16:12:01 +02:00
client.py
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
2020-03-14 11:56:06 -07:00
cookiejar.py
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
2019-11-22 15:22:11 +01:00
cookies.py
server.py
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
2020-01-08 10:28:14 -08:00