cpython/Lib/http
Miss Islington (bot) ca75fec1ed
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
reject control chars in http method in http.client.putrequest to prevent http header injection
(cherry picked from commit 8ca8a2e8fb)

Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
2020-07-19 05:27:35 -04:00
..
__init__.py Correct description of HTTP status code 308. (GH-15097) 2019-08-03 11:40:09 -07:00
client.py bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538) 2020-07-19 05:27:35 -04:00
cookiejar.py bpo-38804: Fix REDoS in http.cookiejar (GH-17157) 2019-11-22 06:42:13 -08:00
cookies.py bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) 2018-04-23 03:58:23 +03:00
server.py bpo-33663: Convert content length to string before putting to header (GH-7754) 2018-06-18 14:37:56 -07:00