tdegrunt / jsonschema

JSON Schema validation
Other
1.83k stars 263 forks source link

[DEP0169] DeprecationWarning: `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. #393

Closed runningrunning closed 7 months ago

runningrunning commented 1 year ago
at urlParse (node:url:155:13)
at Object.urlResolve [as resolve] (node:url:735:10)
at Validator.validate (validator.js:118:21)

Both resolve and parse are marked as deprecated since Node v18.

tdegrunt commented 7 months ago

The above PR should address this issue.