-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
"High" severity audit alert because of css-what
#564
Comments
Hey @zackdotcomputer 👋, |
Same issue here! |
Thanks for opening this one - we're looking for the same thing here! |
Related: #537 |
Any updates? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is still active and will be solved by #565 |
Fixed in #591 |
Report
Per this security advisory there is a "high risk" DoS risk from the dependency
css-what
that is fixed by upgrading it to 5.0.1 or higher.This is appearing if you use
svgr
because of the dependency chain:To Reproduce
Run
npm audit
on a project that includes@svgr/webpack
as a dependency.Expected behavior
No audit warning should appear
Proposed resolution
I've opened an issue in
svgo
to resolve the dependency issue there. Once that is closed, the dependency onsvgo
in@svgr/plugin-svgo
should also be updated.This is likely not that much of a risk since a DoS attack via a dev-dependency used during build is essentially a non-risk, so it's low priority. But, it is causing a scary angry audit risk that might scare off new developers, so I figured it was worth opening this nonetheless.
The text was updated successfully, but these errors were encountered: