-
Notifications
You must be signed in to change notification settings - Fork 3
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
CVE alert (ansi-regex js) #134
Comments
Seems to have been fixed upstream (with a major/breaking release of gauge, but whatevs). Our image presently contains only version 5.0.1 of |
But, looks like CVE scanner continuing to fail because of docker cache (integrated into github action) continuing to reuse old version. (This is why |
Updated scan to pull latest image, rather than build from scratch. I think this is more appropriate (regularly scan the deployed image, which may drift from a fresh re-build) and faster. Still failing scan because:
|
Currently the automatic vulnerability checker is issuing an alert regarding
ansi-regex < 5.0.1
.This is a node package (more motivation for #128);
canvas
requiresgauge
, and at present the latest version ofgauge
indirectly requires a vulnerable version ofansi-regex
. Attempted runningnpm audit fix
to no avail. Presumably need to wait for this to be fixed upstream: npm/gauge#135Not expecting any security impact, because our use of node is to render an image from data generated by the application (not supplied by the untrusted end client).
The text was updated successfully, but these errors were encountered: