DEP0169:不安全的 url.parse()
¥DEP0169: Insecure url.parse()
类型:应用(仅限非 node_modules
代码)
¥Type: Application (non-node_modules
code only)
url.parse()
行为不规范,容易出现具有安全隐患的错误。请改用 WHATWG URL API。不针对 url.parse()
漏洞发布 CVE。
¥url.parse()
behavior is not standardized and prone to errors that
have security implications. Use the WHATWG URL API instead. CVEs are not
issued for url.parse()
vulnerabilities.