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

fix(scan): enable pseudoversion comparison #776

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

luhring
Copy link
Contributor

@luhring luhring commented Apr 23, 2024

After my Grype PR (anchore/grype#1797), Anchore added a follow-up PR that makes this behavior cnofigurable. It is on by default for the Grype CLI but not for the Grype library. This commit enables it for the Grype library so we can see this kind of match from wolfictl scans.

E.g.:

$ wolfictl scan ./packages/aarch64/atlantis-0.27.2-r2.apk
🔎 Scanning "./packages/aarch64/atlantis-0.27.2-r2.apk"
└── 📄 /usr/bin/atlantis
        📦 github.com/runatlantis/atlantis v0.0.0-20240308212341-29919209f2a1 (go-module)
            High CVE-2022-24912 GHSA-jxqv-jcvh-7gr4 fixed in 0.19.7
        📦 golang.org/x/net v0.19.0 (go-module)
            Medium CVE-2023-45288 GHSA-4v7x-pqxf-cx7m fixed in 0.23.0

After my Grype PR (anchore/grype#1797), Anchore added a follow-up PR that makes this behavior cnofigurable. It is on by default for the Grype CLI but not for the Grype library. This commit enables it for the Grype library so we can see this kind of match from wolfictl scans.

Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
@luhring luhring enabled auto-merge April 23, 2024 20:43
@luhring luhring merged commit 8082536 into wolfi-dev:main Apr 23, 2024
3 checks passed
@luhring luhring deleted the grrr-config branch April 23, 2024 20:47
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.

None yet

2 participants