Python client and module for Vulnerability Lookup
Find a file
2024-07-19 14:31:19 +02:00
.github build(deps): bump actions/setup-python from 4 to 5 2023-12-06 14:54:44 +00:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup chg: More new annotations 2024-01-17 12:41:24 +01:00
tests fix: wait for pysec to be done. 2024-01-19 00:51:57 +01:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.readthedocs.yml fix: readthedocs config file 2024-07-19 14:31:19 +02:00
LICENSE chg: Initial commit 2023-05-19 15:21:11 +02:00
mypy.ini chg: More new annotations 2024-01-17 12:41:24 +01:00
poetry.lock chg: Bump deps 2024-07-19 14:07:09 +02:00
pyproject.toml chg: Bump deps 2024-07-19 14:07:09 +02:00
README.md chg: Initial commit 2023-05-19 15:21:11 +02:00

Python client and module for Vulnerability Lookup

Installation

pip install pyvulnerabilitylookup

Usage

Command line

You can use the vulnerability_lookup command:

Library

See API Reference