PyCVESearch icon indicating copy to clipboard operation
PyCVESearch copied to clipboard

returns nothing for 'CVE-2024-23328'

Open gurubhandari opened this issue 1 year ago • 1 comments

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?

gurubhandari avatar Feb 26 '24 10:02 gurubhandari

@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.

ljstella avatar Mar 21 '24 04:03 ljstella