jsonschema icon indicating copy to clipboard operation
jsonschema copied to clipboard

[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.

Open runningrunning opened this issue 2 years ago • 0 comments

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.

runningrunning avatar Nov 13 '23 13:11 runningrunning