-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add KEV transformer + processor #507
Conversation
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
case grypeDB.AffectedPackageHandle: | ||
entry.Related = append(entry.Related, m) | ||
case grypeDB.AffectedCPEHandle: | ||
entry.Related = append(entry.Related, m) | ||
case grypeDB.KnownExploitedVulnerabilityHandle: | ||
entry.Related = append(entry.Related, m) | ||
case grypeDB.Provider: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think adding Provider
isn't part of this PR, but was just missed before? Or am I missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is part of this PR -- related to #507 (comment)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Allows for processing and writing KEV entries to a v6 DB.
Partially addresses anchore/grype#1511