You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sam-github opened this issue
Jan 9, 2020
· 1 comment
Labels
discussIssues opened for discussions and feedbacks.docIssues and PRs related to the documentations.securityIssues and PRs related to security.urlIssues and PRs related to the legacy built-in url module.
It also doesn't list the specific (known) security issues, so that its not possible for users of the legacy url.parse() API to determine whether their usage is insecure.
Vulnerability reports in process of disclosure, so link will be dead for a while longer.
The text was updated successfully, but these errors were encountered:
devsnek
added
security
Issues and PRs related to security.
url
Issues and PRs related to the legacy built-in url module.
discuss
Issues opened for discussions and feedbacks.
doc
Issues and PRs related to the documentations.
labels
Jan 9, 2020
discussIssues opened for discussions and feedbacks.docIssues and PRs related to the documentations.securityIssues and PRs related to security.urlIssues and PRs related to the legacy built-in url module.
url.parse() is "sloppy" with its parsing, so use of it can result in behaviour unexpected by some users that has security implications.
It is marked as deprecated at https://nodejs.org/api/url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost, but the docs don't specifically call out the security issues, so people won't necessarily know that security is a reason to avoid it.
It also doesn't list the specific (known) security issues, so that its not possible for users of the legacy url.parse() API to determine whether their usage is insecure.
These should be addressed through documentation.
Related
Vulnerability reports in process of disclosure, so link will be dead for a while longer.
The text was updated successfully, but these errors were encountered: