Python client and module for Vulnerability Lookup
Find a file
2024-12-09 15:26:24 +01:00
.github chg: improve CI 2024-11-18 20:00:38 +01:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup fix: Use proper call for browsing vendors 2024-12-09 14:23:00 +01:00
tests fix: comment out check title from new comment 2024-12-09 15:26:24 +01:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.pre-commit-config.yaml chg: Bump deps, version 2024-12-09 14:22:25 +01: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, version 2024-12-09 14:22:25 +01:00
pyproject.toml chg: Bump deps, version 2024-12-09 14:22:25 +01:00
README.md new: very basic documentation 2024-07-19 14:34:28 +02:00

Python client and module for Vulnerability Lookup

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