We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7f035 commit 8457706Copy full SHA for 8457706
Misc/NEWS
@@ -369,7 +369,7 @@ Library
369
-------
370
371
- [Security] bpo-30500: Fix urllib.parse.splithost() to correctly parse
372
- fragments. For example, ``splithost('http://127.0.0.1#@evil.com/')`` now
+ fragments. For example, ``splithost('//127.0.0.1#@evil.com/')`` now
373
correctly returns the ``127.0.0.1`` host, instead of treating ``@evil.com``
374
as the host in an authentification (``login@host``).
375
0 commit comments