tdegrunt / jsonschema

JSON Schema validation
Other
1.83k stars 262 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 6 months ago

runningrunning commented 11 months 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 6 months ago

The above PR should address this issue.