Skip to content

URL.PARSE() uses deprecation, security warning message in Node.js v24 #1380

@OkitegamiKyoko

Description

@OkitegamiKyoko

Now I update my node version from 22 to 24, and when i try to use the soap feature on a failed test, this works, catching the error, but I receive a warning message in my shell:

(node:30416) [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.
(Use `node --trace-deprecation ...` to show where the warning was created)

Node.js v24.11.0

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions