-
-
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
CVE-2021-27290 in react-scripts
due to using old version of webpack
#10699
Comments
Issue reported to |
How difficult is to move react-scripts to webpack 5? |
react-script to webpack 5 sounds like the move |
Webpack 5 is #9994. Looks like "very difficult" but in progress. |
Move to webpack 5 will be a major version update like CRA 5, which will cause breaking changes. I think CRA definitely need to move, but may need more time. So I think we should still upgrade these dependencies in CRA 4 if anyone have time to create a PR. |
Per SNYK-JS-SSRI-1246392, this is resolved by bugfix releases 6.0.2 and 8.0.1 of |
any news on this, as |
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. |
Describe the bug
CVE-2021-27290
Looking at https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/package.json it pulls in
webpack
@4.44.2
which ends up with this tree:Moving to the latest
webpack
currently5.26.2
will fix this.The text was updated successfully, but these errors were encountered: