8000 Use all CPE parts when considering duplicates by wagoodman · Pull Request #547 · anchore/grype-db · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use all CPE parts when considering duplicates #547

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
merged 2 commits into from
Mar 27, 2025
Merged

Conversation

wagoodman
Copy link
Contributor

This is a follow up to #546 to ensure that all CPE parts (except version and update) are considered when attempting to deduplicate CPEs.

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply
8000
.github.com>
@@ -26,7 +26,7 @@ func DefaultBuild() Build {
DBLocation: DefaultDBLocation(),
SkipValidation: false,
SchemaVersion: process.DefaultSchemaVersion,
IncludeCPEParts: []string{"a"},
IncludeCPEParts: []string{"a", "h", "o"},
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@wagoodman wagoodman merged commit 29f6900 into main Mar 27, 2025
11 checks passed
@wagoodman wagoodman deleted the use-all-cpe-parts branch March 27, 2025 13:32
@wagoodman wagoodman added the bug Something isn't working label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0