You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have scanned openjdk:8u212-jdk-alpine3.9 docker image and found 1 High and 2 Medium security vulnerabilities. We are using Twistlock to scan the Docker images.
RUN set -x && apk add --no-cache openjdk8="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]May 11, 2019 3:32:17 AM
99.3 MB
21
ComponentVersionVulnerabilitySeveritysqlite (used in sqlite-libs)3.26.0-r3CVE-2019-5018 highlibjpeg-turbo1.5.3-r4CVE-2018-14498 mediumlibtasn14.13-r0CVE-2018-1000654 medium
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).
Hi,
I have scanned openjdk:8u212-jdk-alpine3.9 docker image and found 1 High and 2 Medium security vulnerabilities. We are using Twistlock to scan the Docker images.
How can I fix this?
The text was updated successfully, but these errors were encountered: