Skip to content

cedricbonhomme/PyVulnerabilityLookup

This branch is 13 commits behind vulnerability-lookup/PyVulnerabilityLookup:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2024
May 19, 2023
Nov 28, 2024
Nov 26, 2024
May 19, 2023
Jul 23, 2024
Jul 19, 2024
May 19, 2023
Nov 28, 2024
Jan 17, 2024
Nov 18, 2024
Nov 20, 2024

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

About

Python client and module for Vulnerability Lookup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%