-
Notifications
You must be signed in to change notification settings - Fork 476
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
Vulnerability Issues for image openjdk:8-jdk-slim-buster #449
Comments
See https://github.com/docker-library/faq#why-does-my-security-scanner-show-that-an-image-has-cves A CVE doesn't imply having an actual vulnerability, and often is even a false positive (given how most distributions handle versioning/security updates in stable releases). If there are actionable items we can resolve, we're happy to do so (and do so actively). We update all Debian based images to include any updates in apt packages at least monthly (we regenerate the base images and then rebuild all dependent images). |
@wglambert Thanks for the information about this. Can you resolve them and give us the latest images? |
https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345386 https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345391 https://snyk.io/vuln/SNYK-DEBIAN10-LIBIDN2-474100 https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-609778 https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-559488 https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-559493
Buster is still vulnerable so there's nothing actionable for us to do, it's also considered a minor issue https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-469413 All packages in the container are at their latest version $ docker run -it --rm openjdk:8-jdk-slim-buster bash
root@2cda9447dcdf:/# apt update
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
Get:3 http://deb.debian.org/debian buster InRelease [121 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7860 B]
Fetched 8422 kB in 2s (4393 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@2cda9447dcdf:/# apt list --upgradeable
Listing... Done |
Hi Team,
I'm facing this issue while doing vulnerability checks for this image openjdk:8-jdk-slim-buster. Can someone suggest me a fix for this issue?
Attached in file.
logs.txt
The text was updated successfully, but these errors were encountered: