We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b555ee1 commit 8c3fd95Copy full SHA for 8c3fd95
doc/api/url.md
@@ -1565,8 +1565,9 @@ A `URIError` is thrown if the `auth` property is present but cannot be decoded.
1565
1566
`url.parse()` uses a lenient, non-standard algorithm for parsing URL
1567
strings. It is prone to security issues such as [host name spoofing][]
1568
-and incorrect handling of usernames and passwords. Use the [WHATWG URL][] API
1569
-instead.
+and incorrect handling of usernames and passwords. Do not use with untrusted
+input. CVEs are not issued for `url.parse()` vulnerabilities. Use the
1570
+[WHATWG URL][] API instead.
1571
1572
### `url.resolve(from, to)`
1573
0 commit comments