Skip to content

vulnerability-lookup/PyVulnerabilityLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2e4653 · Mar 5, 2025

History

82 Commits
Nov 18, 2024
May 19, 2023
Feb 19, 2025
Dec 9, 2024
May 19, 2023
Dec 9, 2024
Feb 8, 2025
May 19, 2023
Feb 7, 2025
Jan 17, 2024
Mar 5, 2025
Mar 5, 2025

Repository files navigation

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