-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency "decode-uri-component": "^0.2.0" contains vulnerability #350
Comments
Also, npm audit fix proposes the below change:
So, actually proposes a downgrade of query-string version. Instead of using decode-uri-component can you replace it with https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent |
@sindresorhus what do you suggest to mitigate this vulnerability? |
seems like a fix is on the way on decode-uri-component SamVerschueren/decode-uri-component#6 (comment) |
Fix released for decode-uri-component: https://github.com/SamVerschueren/decode-uri-component/releases/tag/v0.2.1 |
@viczhuravlev Hi I can create PR for this |
No plans, but it's a patch release, so you should get the latest one there anyways thanks to server. |
Unmaintained library decode-uri-component contains quite severe vulnerability.
GHSA-w573-4hg7-7wgq
Any chance, this could be fixed here possibly by replacing the lib?
The text was updated successfully, but these errors were encountered: