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 baa4f73 commit 80810e9Copy full SHA for 80810e9
1 file changed
CHANGES/1659.bugfix.rst
@@ -1,5 +1,3 @@
1
-Raise :exc:`ValueError` when a URL's authority (netloc) component contains a
2
-backslash. Backslashes are not valid in the authority per :rfc:`3986` and create
3
-SSRF and ACL bypass vulnerabilities when yarl is used alongside WHATWG-compliant
4
-parsers that convert backslashes to forward slashes
+Raise :exc:`ValueError` when a URL's authority component contains a
+backslash, which is not a valid character per :rfc:`3986`
5
-- by :user:`rodrigobnogueira`.
0 commit comments