nvdlib icon indicating copy to clipboard operation
nvdlib copied to clipboard

Support for Python type hints

Open ammerzon opened this issue 10 months ago • 5 comments

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:

def searchCVE(
        cpeName: str=None,
        cveId: str=None,
        ...
) -> CVE:

ammerzon avatar Oct 12 '23 12:10 ammerzon