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

chore: expat lib and go binary deps vulns #2940

Conversation

chen-keinan
Copy link
Contributor

Signed-off-by: chenk hen.keinan@gmail.com

Description

Fix expat and go binary dependencies vulnerabilities

Related issues

Checklist

@chen-keinan chen-keinan changed the title chore/fix expat and go binary deps vulns chore/ Expat and go binary deps vulns Sep 24, 2022
@chen-keinan chen-keinan changed the title chore/ Expat and go binary deps vulns chore: Expat and go binary deps vulns Sep 24, 2022
@chen-keinan chen-keinan changed the title chore: Expat and go binary deps vulns chore: expat lib and go binary deps vulns Sep 24, 2022
@chen-keinan
Copy link
Contributor Author

@knqyf263 this PR fix Critical and High vulnerabilities found in trivy 0.32.0

@chen-keinan chen-keinan force-pushed the chore/fix-cves-CVE-2022-27664-CVE-2022-36085-CVE-2022-40674 branch from 00b0a2b to 2b9ff8b Compare September 24, 2022 11:27
Signed-off-by: chenk <hen.keinan@gmail.com>
Dockerfile Outdated
@@ -1,5 +1,6 @@
FROM alpine:3.16.2
RUN apk --no-cache add ca-certificates git
RUN apk add --upgrade expat-dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you revert it? Those packages will be updated when the next version is released because Alpine tries to use the latest version at that time. I'll cut off v0.32.1, then those vulns will be addressed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knqyf263 done

Signed-off-by: chenk <hen.keinan@gmail.com>
Signed-off-by: chenk <hen.keinan@gmail.com>
Copy link
Collaborator

@knqyf263 knqyf263 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge this PR once the tests will pass.

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 this pull request may close these issues.

High and Critical CVEs (2022-27664 ,2022-36085 ,2022-40674)
2 participants