cve-search / PyCVESearch

Python wrapper for the API of cve-search
Other
115 stars 25 forks source link

returns nothing for 'CVE-2024-23328' #22

Open gurubhandari opened 8 months ago

gurubhandari commented 8 months ago
from pycvesearch import CVESearch

cve = CVESearch('https://cve.circl.lu')
mycve = cve.id('CVE-2024-23328')
print(mycve)

The above code returns nothing. It shows information on most of the CVEs. However, it does not return any information on some of the CVEs. Could you have a look at where the problem is in the above code or a bug in your repo?

ljstella commented 8 months ago

@gurubhandari if you check here, NIST's NVD has not yet analyzed this CVE (and many others from this year- it's a problem).

CIRCL's cvesearch instance is downstream of the NVD, so until NIST starts reviewing things again or CIRCL finds a new source, new CVEs are unlikely to return results.