-
Notifications
You must be signed in to change notification settings - Fork 113
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
This version of debug is vulnerable to ReDos attacks #124
Comments
Yes, I'm having the same issue |
We are seeing this issue as well because we include 'serverless' which has child dependencies that use this. yarn audit v1.22.4 The solution is to update the package.json to a newer version of 'debug' (>= 2.6.9 < 3.0.0 || >= 3.1.0 ) |
By the way, for anyone who is hitting this issue due to it being a child dependency of serverless, you can update your existing package.json to include this:
to fix the issue. After doing this the vulnerability goes away. |
This project uses the debug package
Debug has been tagged by the audit package as having low severity vulnerabilities.
Debug should be updated, unless there is a reason not to update it.
https://www.npmjs.com/advisories/534
The text was updated successfully, but these errors were encountered: