-
-
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
react-scripts is using postcss@^7.0.35 which has security vulnerability #13423
Comments
A link to the CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-44270 |
I had to use overrides in my package.json to overcome there errors:
However the dependency should be updated in the main branch |
@Dror-Bar thank you, you are going to be in my video on using Trivy to fix vulnerabilities with this suggestion -- Thank you!!! |
I made this PR: #13778 It involves updating the resolve-url-loader to ^5.x as part of the vulnerability solution. |
[email protected] requires postcss@^7.0.35 via a transitive dependency on [email protected]
I see the latest version of resolve-url-loader is 5.x, and it depends on [email protected]. So can we update resolve-url-loader to a non-vulnerable version? Thank you!
The text was updated successfully, but these errors were encountered: