Python client and module for Vulnerability Lookup
Find a file
dependabot[bot] 66a3ff7901
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 14:54:44 +00:00
.github build(deps): bump actions/setup-python from 4 to 5 2023-12-06 14:54:44 +00:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup new: Support for proxies to connect to the instance 2023-11-21 17:23:16 +01:00
tests chg: Initial commit 2023-05-19 15:21:11 +02:00
.gitignore chg: Initial commit 2023-05-19 15:21:11 +02:00
.readthedocs.yml chg: Initial commit 2023-05-19 15:21:11 +02:00
LICENSE chg: Initial commit 2023-05-19 15:21:11 +02:00
mypy.ini chg: Initial commit 2023-05-19 15:21:11 +02:00
poetry.lock chg: Bump deps 2023-12-05 00:07:32 +01:00
pyproject.toml chg: Bump deps 2023-12-05 00:07:32 +01:00
README.md chg: Initial commit 2023-05-19 15:21:11 +02:00

Python client and module for Vulnerability Lookup

Installation

pip install pyvulnerabilitylookup

Usage

Command line

You can use the vulnerability_lookup command:

Library

See API Reference