Skip to content

Conversation

@jaraco
Copy link
Member

@jaraco jaraco commented Sep 22, 2019

Fixes #1781

@jaraco jaraco merged commit f737412 into master Sep 22, 2019
jaraco referenced this pull request in tipabu/cherrypy Sep 22, 2019
Fixes cherrypy#1781

Recent versions of CPython have gotten more picky about the sorts of
paths callers can pass to http.client's putrequest. Since we don't have
any control over what clients might send, though, keep coverage of the
invalid-request behavior by just opening up a socket and sending some
bytes.

See also: https://bugs.python.org/issue38216
@jaraco jaraco deleted the bugfix/1781-bypass branch September 22, 2019 15:44
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.

After the python3 fix for CVE-2019-9740 test_null_bytes fails

2 participants