nvdlib icon indicating copy to clipboard operation
nvdlib copied to clipboard

A simple wrapper for the National Vulnerability CVE/CPE API

Results 5 nvdlib issues
Sort by recently updated
recently updated
newest added

There is another CPE endpoint for doing server-side CPE string matching. The documentation is here under the section titled "Match Criteria API". Could you add support for this? https://nvd.nist.gov/developers/products

enhancement

Hi @vehemont. Thank you for this excellent library 😁 Have you considered adding type hints to function parameters, return values, and class attributes? Something along the way like this: ```python...

enhancement

Type hinting has been added to function and method definitions, as discussed in #32. This has been added based on how the variables are used in the code, so please...

So I *think* the `__convert()` function in [classes.py](https://github.com/vehemont/nvdlib/blob/main/nvdlib/classes.py) was missing the case where the `product` parameter is set to "MatchString". I've inferred that this is an intended option for this...

Hello! I noticed that Documentation does not list specific getters for CVSS 3.0 (Similar to v31vector, v2ector, that are documented) For 3.0 my debugger shows me a a mixture of...