-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
css-what version dependency causing Denial of Service vulnerabilities #11081
Comments
Same issue. Npm audit cuts the amount in half on the first run to 47 moderate issues, then if I run it again, all 96 issues show again... |
For For |
Today I saw |
I also got a lot of vulnerabilities fixed today, but react-scripts still give me 4 moderates (postcss, browserslist, glob-parent x2) and 4 high (css-what x2, normalize-url x2) |
React-scripts still giving me 1 critical (ejs) and 5 high (css-what x2, normalize-url x2, glob-parent), any suggestions to resolve these |
I'm also getting the same 4 vulnerabilities, any fix? |
These warnings are false positives. There are no actual vulnerabilities affecting your app here. To fix That will remove the false positive warnings. I agree with the point in #11102 and will make this change so that new projects don't keep having these false positive warnings. If you want to discuss this, please comment in #11102. |
Please see #11174. |
Describe the bug
As the title says, I am getting multiple (2) Denial of Service vulnerabilities due to the css-what dependency version (^3.2.1) , which is patched in >=5.0.1. Forgive me if this is a known issue, this is my first time reporting.
Did you try recovering your dependencies?
Yes. 6.14.10.
Which terms did you search for in User Guide?
I spent some time looking for this specific issue (although not in the user guide).
Environment
Environment Info:
current version of create-react-app: 3.4.1
running from C:\Users\ShaunBolak\AppData\Roaming\npm\node_modules\create-react-app
System:
OS: Windows 10 10.0.19041
CPU: (4) x64 Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
Binaries:
Node: 14.15.4 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.14.10 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.19041.964.0
Internet Explorer: 11.0.19041.1
npmPackages:
react: ^17.0.2 => 17.0.2
react-dom: ^17.0.2 => 17.0.2
react-scripts: ^4.0.3 => 4.0.3
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
Expected behavior
No vulnerabilities, or a way to patch them myself...?
Actual behavior
Screenshot of vulnerabilities attached. npm audit fix results does not resolve any of the vulnerabilities.
Reproducible demo
shonb6570/shaun-bolak-design-5-2021@530a504
Thank you^^
The text was updated successfully, but these errors were encountered: