]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Apr 2021 17:57:31 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 17:57:31 +0000 (10:57 -0700)
commit491fde0161d5e527eeff8586dd3972d7d3a631a7
treeec36ee7cb682f714570318fd8dc50970018269fd
parent8d47f92d46a92a5931b8f3dcb4a484df672fc4de
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)

* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 76cd81d60310d65d01f9d7b48a8985d8ab89c8b4)
Co-authored-by: Senthil Kumaran <skumaran@gatech.edu>
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Security/2021-04-25-07-46-37.bpo-43882.Jpwx85.rst [new file with mode: 0644]