-
Notifications
You must be signed in to change notification settings - Fork 48.5k
Github is showing security warnings to react apps about serialize-javascript dependency before 2.1.1 #17559
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
Could you clarify what you mean by "React apps" Looks like React depends on |
New apps created with |
I'm not saying specifically that this vulnerability affects react apps, just that new react apps get this warning on Github. |
Sounds like an issue that should be filed against the create-react-app repo then? Looks like it already has been: facebook/create-react-app#8100 There's nothing about React apps that requires the use of this plugin. It's just something being used by react-scripts/Webpack. |
Thanks for the heads up though! |
Do you want to request a feature or report a bug? Bug
What is the current behavior?
React apps use a version of serialize-javascript that creates this warning github.com/yahoo/serialize-javascript/.../advisories/GHSA-h9rv-jmmf-4pgx.
An updated version ^2.1.1 was just released to fix this issue.
Reproduction steps
(React version 16.12.0)
What is the expected behavior?
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
This security advisory was just created 5 days ago. I don't know what older react versions are affected.
The text was updated successfully, but these errors were encountered: