]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Feb 2025 13:13:52 +0000 (14:13 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 13:13:52 +0000 (14:13 +0100)
commit526617ed68cde460236c973e5d0a8bad4de896ba
tree71f0e79b5b9e2d80547899de56a83353c5a86b6e
parent7cff053efeb8506495c5f77f40742341a1714d96
[3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528)

Co-authored-by: Seth Michael Larson <seth@python.org>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Security/2025-01-28-14-08-03.gh-issue-105704.EnhHxu.rst [new file with mode: 0644]