vehemont / nvdlib

A simple wrapper for the National Vulnerability CVE/CPE API
https://nvdlib.com
MIT License
83 stars 29 forks source link

Cpe match #35

Closed akuster closed 11 months ago

akuster commented 11 months ago

The first cpeMatch was being stored and I wanted access to the entire list/

I used this to compare to: curl -s "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2021-26855" | jq

vehemont commented 11 months ago

Thank you for finding this bug within the CPE search.