cpython/Lib/http
AMIR 8ca8a2e8fb
bpo-39603: Prevent header injection in http methods (GH-18485)
reject control chars in http method in http.client.putrequest to prevent http header injection
2020-07-18 13:16:10 -07:00
..
__init__.py bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) 2020-03-15 14:24:23 +02:00
client.py bpo-39603: Prevent header injection in http methods (GH-18485) 2020-07-18 13:16:10 -07:00
cookiejar.py bpo-38804: Fix REDoS in http.cookiejar (GH-17157) 2019-11-22 15:22:11 +01:00
cookies.py bpo-39481: PEP 585 for a variety of modules (GH-19423) 2020-04-10 07:46:36 -07:00
server.py bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) 2020-04-02 03:42:05 +02:00