Skip to content

Commit 80810e9

Browse files
Fix spelling in changelog: replace netloc with authority component
1 parent baa4f73 commit 80810e9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGES/1659.bugfix.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
Raise :exc:`ValueError` when a URL's authority component contains a
2+
backslash, which is not a valid character per :rfc:`3986`
53
-- by :user:`rodrigobnogueira`.

0 commit comments

Comments
 (0)