-
Notifications
You must be signed in to change notification settings - Fork 633
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
Daily/weekly images for closing CVEs #718
Comments
Those are false positive. See https://github.com/tianon/gosu/blob/master/SECURITY.md |
If there are any other updates from OS packages, they will be address at the next Dockerfile change (like version bump) or base image update. Edit: for example, the CVE's existing in the base Background:
Official Images FAQ:
To ensure that we don't push contentless image changes, we rely on periodic base image updates.
|
Current
mongo:latest
(1 months old) has some critical CVE's which should be fixed upstream:https://hub.docker.com/layers/library/mongo/latest/images/sha256-3f04076470ff9110ce77473afe54c549feaca994a29bc5ff01a549bf340acf8c
Re-building mongo:latest every day/week should fix most of CVE's. In gitlab you can define scheduled pipelines, may you can use something like that also in github.
PS: If possible, please update also the go-packages, especially
golang.org/x/crypto 0.25.0
(has also a critical cve). Tried to update with poetry & bazel for a MR to main repo, but seems not so easy (some dependency conflict)...The text was updated successfully, but these errors were encountered: