Skip to content
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

Security vulnerability serialize-javascript versions < 2.1.1 #4

Open
jadeleeuw opened this issue Dec 10, 2019 · 0 comments
Open

Security vulnerability serialize-javascript versions < 2.1.1 #4

jadeleeuw opened this issue Dec 10, 2019 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@jadeleeuw
Copy link
Contributor

Currently we are using serialize-javascript versions below 2.1.1, which are considered to be a security risk. We do not use this dependency explicitly ourselves, but it is being pulled in by react-scripts. Upgrading the version of react-script to the lastest one moves most serialize-javascript versions used to >= 2.1.1, except for one, where it is only moved to version 2.1.0.

This happens because react-scripts uses webpack, which in turn uses create-react-app, which have not bumped the version of serialize-javascript they used yet. A ticket has already been filed for this here.

Once this ticket has been closed we should be able to bump our version react-scripts and no longer depend on any version of serialize-javascript below 2.1.1.

@jadeleeuw jadeleeuw added the dependencies Pull requests that update a dependency file label Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

No branches or pull requests

1 participant