-
Notifications
You must be signed in to change notification settings - Fork 21
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
QUESTION: What branch to merge into for v6 patches? #18
Comments
heavy plus one on this. thanks @AndrewGibson27 ! |
@isaacs @nlf I was wondering if anyone has seen this question. It seems this is best path forward to resolve CVE in webpack v4 based on discussion in this related issue: webpack-contrib/terser-webpack-plugin#388. If you could provide some next steps / guidance on how to proceed, it would be much appreciated. Thanks for the help! |
backported and landed as v6.0.2 |
Nice! But.. how come |
@stefanetoh I sent a note to NIST, NPM, and GitHub support. Im hopeful it can be resolved in the coming days. For my projects, I have already updated to 6.0.2 and manually dismissed the dependabot alert. Its not really a clear process for communicating this fix. If anyone has contacts in this area, please reach out and inform them so users can update appropriately. Just got notified from NIST that they have updated on their end, you can see it here: https://nvd.nist.gov/vuln/detail/CVE-2021-27290 |
yeah, we have to wait for all of the various advisory databases to update their advisories in order for all of the alerts to totally clear up. we'll see what we can do to speed that process up. |
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>
What / Why
It looks like this project has a base branch for
v7
but notv6
. What branch should we merge into forv6
patches? I've got a branch going to port this fix into what I hope will bev6.0.2
(needed for Webpack 4 support).The text was updated successfully, but these errors were encountered: