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

WhiteSource security checks fails on version of y18n used via webpack-dev-server #58

Closed
aziemchawdhary-gs opened this issue Nov 25, 2020 · 1 comment · Fixed by #59
Closed

Comments

@aziemchawdhary-gs
Copy link
Contributor

Current builds fail on WhiteSource security checks due to CVE-2020-7774 affecting y18n. (Example build)

This dependency is brought in via webpack-dev-server, but seems that the change needs to be backported to y18n v4 and to allow webpack-dev-server to be updated.

Rather than waiting we could force the dependency update on y18n to version 5.0.5, since webpack-dev-server cannot update to that version due to their dependency on node >= 6.11.5 and we use a later version.

What do you think @akphi?

@akphi
Copy link
Contributor

akphi commented Nov 25, 2020

webpack-dev-server is about to do a v4 release, let's wait for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants