PyCVESearch icon indicating copy to clipboard operation
PyCVESearch copied to clipboard

Python wrapper for the API of cve-search

Results 3 PyCVESearch issues
Sort by recently updated
recently updated
newest added

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

Is there a way to get CPE version 2.2 from the `ares.CVESearch().id('CVE-ID')` ?

hi , i have followed the docs to utilise this lib , which is per documentation but getting error as we need to pass url while initializing ``` >>> from...