Python client and module for Vulnerability Lookup
Find a file
Raphaël Vinot d0d220d799
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
Merge pull request #82 from vulnerability-lookup/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2025-12-09 14:45:09 +01:00
.github build(deps): bump actions/checkout from 5 to 6 2025-11-21 14:07:23 +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 fix: chage in response format for get_vendor_product_vulnerabilities 2025-10-27 16:38:59 +01:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.pre-commit-config.yaml chg: Bump pre-commit 2025-12-09 14:42:16 +01: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, version 2025-12-09 14:41:28 +01:00
pyproject.toml chg: Bump deps, version 2025-12-09 14:41:28 +01: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