]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are...
authorVictor Stinner <vstinner@python.org>
Mon, 2 Dec 2024 12:36:46 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 12:36:46 +0000 (13:36 +0100)
commitddca2953191c67a12b1f19d6bca41016c6ae7132
tree03e263e9f5084ce25d1087543169ea7fd035e5b3
parent307a762b022515e00951c07e2fc5971fcbbe2b46
[3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (#103849) (#126976)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
(cherry picked from commit 29f348e232e82938ba2165843c448c2b291504c5)

Co-authored-by: JohnJamesUtley <81572567+JohnJamesUtley@users.noreply.github.com>
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2023-04-26-09-54-25.gh-issue-103848.aDSnpR.rst [new file with mode: 0644]