]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6...
authorJohnJamesUtley <81572567+JohnJamesUtley@users.noreply.github.com>
Wed, 10 May 2023 00:18:35 +0000 (20:18 -0400)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 00:18:35 +0000 (00:18 +0000)
commit29f348e232e82938ba2165843c448c2b291504c5
treeb197b032305a4fc6d791fd55d80cc1fbb9e46622
parent2c863b3871c6127a80aa7229033219f1cdcc8711
gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (#103849)

* Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
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]