mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2025-12-15 08:02:10 +00:00
Python client and module for Vulnerability Lookup
|
Some checks failed
Python application - MyPy / Python 3.10 sample (push) Has been cancelled
Python application - MyPy / Python 3.11 sample (push) Has been cancelled
Python application - MyPy / Python 3.12 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.11 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.12 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.13 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.14 sample (push) Has been cancelled
Python application - MyPy / Python 3.13 sample (push) Has been cancelled
Python application - MyPy / Python 3.14 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.10 sample (push) Has been cancelled
build(deps): bump actions/checkout from 5 to 6 |
||
|---|---|---|
| .github | ||
| docs | ||
| pyvulnerabilitylookup | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .readthedocs.yml | ||
| LICENSE | ||
| mypy.ini | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Python client and module for Vulnerability-Lookup
PyVulnerabilityLookup, a Python library to access Vulnerability-Lookup via its REST API.
PyVulnerabilityLookup allows you to fetch vulnerabilities, create comments, bundles, sightings, and more.
Installation
pip install pyvulnerabilitylookup
Usage
Command line
You can use the vulnerability_lookup command:
$ vulnerability_lookup -h
usage: vulnerability_lookup [-h] --url URL (--redis_up | --vulnerability VULNERABILITY)
Query a thing.
options:
-h, --help show this help message and exit
--url URL URL of the instance.
--redis_up Check if redis is up.
--vulnerability VULNERABILITY
Get a vulnerability.
Library
See API Reference