Skip to content
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

CVEs found in the base image of alpine:3.17.2 #21

Closed
mmmarceleza opened this issue Nov 9, 2023 · 0 comments · Fixed by #22
Closed

CVEs found in the base image of alpine:3.17.2 #21

mmmarceleza opened this issue Nov 9, 2023 · 0 comments · Fixed by #22

Comments

@mmmarceleza
Copy link
Contributor

Scanning the main image of Marvin, trivy found some CVEs in two packages:

  • libcrypto3
  • libssl3

image

Suggestion: update this base image to 3.18.4 version and update those packages to fix the vulnerabilities.

FROM alpine:3.18.4

RUN addgroup -g 8494 -S nonroot && adduser -u 8494 -D -S nonroot -G nonroot \
    && apk add libcrypto3=3.1.4-r0 libssl3=3.1.4-r0 # fix CVE-2023-5363
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant