Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
bpo-38576: Disallow control characters in hostnames in http.client#18995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks! While reviewing I also looked over the |
Thanks@epicfaace for the PR, and@gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8. |
…ythonGH-18995)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
bedevere-bot commentedMar 14, 2020
GH-19000 is a backport of this pull request to the3.8 branch. |
bedevere-bot commentedMar 14, 2020
GH-19001 is a backport of this pull request to the3.7 branch. |
…ythonGH-18995)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
bedevere-bot commentedMar 14, 2020
GH-19002 is a backport of this pull request to the3.6 branch. |
…ythonGH-18995)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
…H-18995)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
…H-18995)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
…H-18995) (GH-19002)Add host validation for control characters for moreCVE-2019-18348 protection.(cherry picked from commit9165add)Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
tapakund commentedMar 31, 2020
#19231 is a back port of this PR to 3.5 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Extends#12755 to apply to hostnames.
https://bugs.python.org/issue38576