[CVE-2022-0391] bpo-43882 - urllib.parse should sanitize urls containing ASCII newlin... 24/294624/1
authorJinWang An <jinwang.an@samsung.com>
Thu, 22 Jun 2023 01:41:38 +0000 (10:41 +0900)
committerJinWang An <jinwang.an@samsung.com>
Thu, 22 Jun 2023 01:41:38 +0000 (10:41 +0900)
commitf7190d43be29ec231c4f8b878748503f79056d91
treeb6d9b3c2284c27c93d89441330214c21ea9bbb5a
parentbc91b0b8eb859f7d7286c7adeaa8fa6abcf88b03
[CVE-2022-0391] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25726)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 76cd81d)
Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
Co-authored-by: Senthil Kumaran <skumaran@gatech.edu>
(cherry picked from commit 515a7bc)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Change-Id: Ia736aa48623abda5b1f8d10c9512dcbb139db492
Signed-off-by: JinWang An <jinwang.an@samsung.com>
Doc/library/urllib.rst
Doc/library/urlparse.rst
Lib/test/test_urlparse.py
Lib/urlparse.py