Skip to content

Commit

Permalink
nodejs-insecure-url-parse: rename and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Aug 4, 2023
1 parent a36f82c commit 87c0cb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ rules:
- pattern: url.parse(...)
- pattern: require('url').parse(...)
message: Avoid using url.parse() as it may cause security issues. Consider using the URL class instead.
severity: ERROR
languages:
- javascript

0 comments on commit 87c0cb9

Please sign in to comment.