Python client and module for Vulnerability Lookup
Find a file
dependabot[bot] 181651f428
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 15:01:06 +00:00
.github build(deps): bump actions/checkout from 3 to 4 2023-09-04 15:01:06 +00:00
docs chg: Initial commit 2023-05-19 15:21:11 +02:00
pyvulnerabilitylookup chg: Initial commit 2023-05-19 15:21:11 +02: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-08-22 12:09:59 +02:00
pyproject.toml chg: Bump deps 2023-08-22 12:09:59 +02: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