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

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]