-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Critical vulnerability in react-scripts package due to the package version is not updated #11523
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
Comments
This is a development only problem, see #11174 for more info. |
There are other high vulnerability issues flagged in 4.0.3. => run |
Any update on this open item? Issue still persists. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Is it possible to move it to development dependencies or to upgrade to a non-vulnerable version? |
I get high severity reports when running with yarn and npm:
Environment:
|
Yes, you should move |
Describe the bug
Yarn audit command shows critical vulnerability for immer package:
package.json file for react-dev-utils package uses the correct version of immer.
However, since the version of react-script package was not changed (still 4.0.3 for last 8 months) the update is not published to package repositories (npm, yarn).
Did you try recovering your dependencies?
Yes, I did
Which terms did you search for in User Guide?
Fix vulnerabilities
Environment
Steps to reproduce
(Write your steps here:)
Expected behavior
Expect not to have any critical vulnerabilities
Actual behavior
See above
Reproducible demo
Use the current version of create-react-app
Possible security incident
Possible compliance risk
The text was updated successfully, but these errors were encountered: