-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
audit failure 81 vulnerabilities found #11053
Comments
so is there any fix coming soon or any pending PR for it? |
My understanding is there have been a couple of PRs submitted, some workarounds suggested, and some CRA team meetings on the subject; this is just what I was able to derive from the conversations in the existing tickets. |
Are those vulnerabilities a big deal for production? |
@xFrann I don't think any of these are real vulnerabilities; they're tools to create the static bundle. It just breaks people's CI/CD flow when the flow runs |
Still, it's kind of weird to leave a vulnerable package in your project. And 80 vulnerabilities is no fun at all. It sort of feels like they don't really care about security. |
This is also a duplicate of #11012 I believe so I am watching the issue as well. Some useful comments in issues if you dig through it. |
I've an open PR #11036 to fix browserslist. Still waiting for review. |
There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to facebook/create-react-app#11053 facebook/create-react-app#11053
There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to facebook/create-react-app#11053 facebook/create-react-app#11053
There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to facebook/create-react-app#11053 facebook/create-react-app#11053 Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
See #11174. |
Describe the bug
vulnerabilities found
Audit
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ moderate │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ postcss │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=8.2.10 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-scripts > resolve-url-loader > postcss │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://www.npmjs.com/advisories/1693 │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ moderate │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ browserslist │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=4.16.5 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-scripts > react-dev-utils > browserslist │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://www.npmjs.com/advisories/1747 │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ moderate │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ ws │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=7.4.6 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-scripts │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-scripts > webpack-dev-server > ws │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://www.npmjs.com/advisories/1748 │
└───────────────┴──────────────────────────────────────────────────────────────┘
81 vulnerabilities found - Packages audited: 2746
The text was updated successfully, but these errors were encountered: