-
Notifications
You must be signed in to change notification settings - Fork 683
feat(grype/matcher): use unaffected match table to remove appropriate vulns #2886
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
Merged
wagoodman
merged 11 commits into
anchore:main
from
CrosleyZack:crosley/add-ignores-from-vex
Sep 8, 2025
Merged
feat(grype/matcher): use unaffected match table to remove appropriate vulns #2886
wagoodman
merged 11 commits into
anchore:main
from
CrosleyZack:crosley/add-ignores-from-vex
Sep 8, 2025
+904
−122
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6f5f5d6
to
7ec88fd
Compare
CrosleyZack
commented
Aug 21, 2025
7ec88fd
to
9cd7837
Compare
CrosleyZack
commented
Aug 21, 2025
9cd7837
to
b972e30
Compare
CrosleyZack
commented
Aug 21, 2025
CrosleyZack
commented
Aug 22, 2025
b972e30
to
cf20128
Compare
CrosleyZack
commented
Aug 22, 2025
CrosleyZack
commented
Aug 22, 2025
4828b09
to
f96ef97
Compare
CrosleyZack
commented
Aug 22, 2025
97a97eb
to
d5b88c4
Compare
69e3538
to
988133d
Compare
Signed-off-by: crosleyzack <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: crosleyzack <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
9a9534a
to
c7d924a
Compare
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
wagoodman
approved these changes
Sep 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes vulnerabilities from output based on entries in the unaffected tables for the specific package-version. This allows for vulnerabilities identified in a scan target to be removed if remedied by some mechanism, such as a vendor specific package.
In the example below, you can see this operation on a chainguard version of aiohttp which has vulnerability
GHSA-5h86-8mv2-jq9f
in version3.9.1
but is fixed in the chainguard built3.9.1+cgr.1
Example: