-
Notifications
You must be signed in to change notification settings - Fork 287
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
nodejs/npm update for nodejs-20-minimal #429
Comments
Hello @slowtick. |
Rebase to 20.12.x is in the works. I would advise waiting for that (shouldn't be long; can't be more specific). |
Glad to hear 20.12.x would be coming, official package would be best for us. Will wait for it / watch for updates here. |
@khardix , will we update ubi8/nodejs-20? it's reported with 8 vulnerabilities. |
Update to all containers should be on their way. |
Container platform
OCP 4
Version
ubi9/nodejs-20-minimal:1-37.1712566503
OS version of the container image
RHEL 9
Bugzilla, Jira
No response
Description
npm packaged in this image depends on vulnerable ip package - CVE-2023-42282 and apps built with this base image gets flagged out in scanners with critical vulnerability. Though the vulnerable code is never called by npm, we could not convince audit.
npm v10.5.0 / nodejs v20.12.0 includes fixes for this vulnerability.
Are there plans to upgrade node package to 20.12.x? Or would you recommend us install node 20.12.x on ubi9/minimal base image?
Reproducer
The text was updated successfully, but these errors were encountered: