-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[BUG] CVE-2021-27290 due to using old version of ssri
#388
Comments
|
We don't use |
Also updating is impossible due breaking change, so sorry, we can't fix it, update |
Override the Or, wait for a new release of |
No, it is impossible, please read how npm/yarn works
You need to open an issue in |
Both 2 and 3 would allow users of How easy it is comes down to understanding the breaking changes, which is not something that the average |
BTW, |
You can use |
This is why we go away from |
@wheeler I think Option 2 you proposed sounds the best. Would be very grateful to see that happen. Looks like |
Because Webpack is supported for Node v6 do we actually have any options? |
@WayneEllery Such a good point. I opened this issue in the |
References: webpack-contrib/terser-webpack-plugin#388 npm/ssri#18 Signed-off-by: Josh Kim <kjosh@vmware.com>
References: webpack-contrib/terser-webpack-plugin#388 npm/ssri#18 Signed-off-by: Josh Kim <kjosh@vmware.com>
CVE-2021-27290
The fix is to bump
ssri
to8.0.1
.5.1.1
,4.2.3
,2.3.8
,3.1.0
,1.4.5
Providing an updated release of
terser-webpack-plugin
version1.x
would be particularly helpful becausewebpack
4 usesterser-webpack-plugin
version1.x
The text was updated successfully, but these errors were encountered: