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

Epss provider prototype #634

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Epss provider prototype #634

wants to merge 8 commits into from

Conversation

nurmi
Copy link
Member

@nurmi nurmi commented Jul 18, 2024

some initial work on a prototype EPSS vunnel provider, which produces records like:

sqlite> select * from results limit 1;
id|record
cve-1999-0001|{"schema":"https://raw.githubusercontent.com/anchore/vunnel/main/schema/vulnerability/epss/schema-1.0.0.json","identifier":"cve-1999-0001","item":{"cve":"CVE-1999-0001","epss":"0.00383","percentile":"0.73278","date":"2024-07-18"}}

using daily published CSV bundles from EPSS.

Signed-off-by: Daniel Nurmi <[email protected]>
Signed-off-by: Daniel Nurmi <[email protected]>
…ntation for EPSS provider prototype

Signed-off-by: Daniel Nurmi <[email protected]>
…ing the EPSS CSV bundle lifecycle

Signed-off-by: Daniel Nurmi <[email protected]>
Signed-off-by: Daniel Nurmi <[email protected]>
Signed-off-by: Daniel Nurmi <[email protected]>
Signed-off-by: Daniel Nurmi <[email protected]>
Signed-off-by: Daniel Nurmi <[email protected]>
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.

1 participant