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

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

Open
gurubhandari opened this issue Feb 26, 2024 · 1 comment
Open

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

gurubhandari opened this issue Feb 26, 2024 · 1 comment

Comments

@gurubhandari
Copy link

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
Copy link

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

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

No branches or pull requests

2 participants