vunnel icon indicating copy to clipboard operation
vunnel copied to clipboard

Epss provider prototype

Open nurmi opened this issue 7 months ago • 0 comments

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.

nurmi avatar Jul 18 '24 23:07 nurmi