Python client and module for Vulnerability Lookup
Find a file
Raphaël Vinot b5eabfe119
Some checks are pending
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.10) (push) Waiting to run
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.11) (push) Waiting to run
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.12) (push) Waiting to run
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.8) (push) Waiting to run
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.9) (push) Waiting to run
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.10) (push) Waiting to run
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.11) (push) Waiting to run
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.12) (push) Waiting to run
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.8) (push) Waiting to run
Python application - Test Public Interface / Python ${{ matrix.python-version }} sample (3.9) (push) Waiting to run
Merge pull request #66 from cedricbonhomme/patch-cbo
new: Added creation and deletion method for comments and bundles.
2024-07-26 12:37:55 +02:00
.github chg: rename action to test against public interface 2024-07-23 15:09:36 +02:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup new: Added creation and deletion method for comments and bundles. 2024-07-25 10:44:22 +02:00
tests chg: updated tests/test_web.py in order to retrieve the API_TOKEN provided via environment variable (secrets.API_KEY on GitHub workflow). 2024-07-25 14:42:37 +02:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.pre-commit-config.yaml new: Add pre-commit 2024-07-23 15:02:41 +02: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 2024-07-23 15:02:09 +02:00
pyproject.toml chg: Bump deps 2024-07-23 15:02:09 +02: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