[3.6] bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by miss-islington · Pull Request #19002 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Mar 14, 2020

edited by bedevere-bot

Loading

Add host validation for control characters for more CVE-2019-18348 protection.
(cherry picked from commit 9165add)

Co-authored-by: Ashwin Ramaswami aramaswamis@gmail.com

https://bugs.python.org/issue38576

…ythonGH-18995)

Add host validation for control characters for more CVE-2019-18348 protection.
(cherry picked from commit 9165add)

Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@epicfaace and @gpshead: Status check is done, and it's a success ✅ .

@miss-islington

Copy link Copy Markdown

Contributor Author

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information..

@miss-islington

Copy link Copy Markdown

Contributor Author

@epicfaace and @gpshead: Status check is done, and it's a success ✅ .

@miss-islington

Copy link Copy Markdown

Contributor Author

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information..

@ned-deily ned-deily merged commit 83fc701 into python:3.6

Mar 14, 2020

@miss-islington miss-islington deleted the backport-9165add-3.6 branch

March 14, 2020 22:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gpshead gpshead gpshead approved these changes

Assignees

@ned-deily ned-deily

Labels

type-bug

An unexpected behavior, bug, or error

type-security

A security issue

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@miss-islington @gpshead @ned-deily @the-knights-who-say-ni @bedevere-bot @epicfaace