Skip to content

[3.9] bpo-39603: Prevent header injection in http methods (GH-18485)#21536

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-8ca8a2e-3.9
Jul 18, 2020
Merged

[3.9] bpo-39603: Prevent header injection in http methods (GH-18485)#21536
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-8ca8a2e-3.9

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 18, 2020

reject control chars in http method in http.client.putrequest to prevent http header injection
(cherry picked from commit 8ca8a2e)

Co-authored-by: AMIR 31338382+amiremohamadi@users.noreply.github.com

https://bugs.python.org/issue39603

reject control chars in http method in http.client.putrequest to prevent http header injection
(cherry picked from commit 8ca8a2e)

Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

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

@miss-islington miss-islington merged commit 27b8110 into python:3.9 Jul 18, 2020
@miss-islington miss-islington deleted the backport-8ca8a2e-3.9 branch July 18, 2020 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants