Python client and module for Vulnerability Lookup
Find a file
Raphaël Vinot 3a17fc13c5
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 - MyPy / Python 3.13 sample (push) Has been cancelled
Python application - Test Public Interface / Python 3.10 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
chg: Make the vulnerability source optional
2025-09-16 18:06:06 +02:00
.github build(deps): bump actions/setup-python from 5 to 6 2025-09-04 14:36:24 +00:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup chg: Make the vulnerability source optional 2025-09-16 18:06:06 +02:00
tests chg: Make the vulnerability source optional 2025-09-16 18:06:06 +02:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.pre-commit-config.yaml fix: Add newline for doc generation 2025-06-12 13:58:35 +02:00
.readthedocs.yml chg: Bump to poetry 2.0 2025-02-08 15:58:30 +01: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 2025-09-16 18:06:05 +02:00
pyproject.toml chg: Bump deps 2025-09-16 18:06:05 +02:00
README.md Update README.md 2025-02-07 14:20:24 +01:00

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