mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-25 16:27:23 +00:00
new: very basic documentation
Some checks failed
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
Some checks failed
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.9) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.10) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.11) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.12) (push) Has been cancelled
Python application - MyPy / Python ${{ matrix.python-version }} sample (3.8) (push) Has been cancelled
This commit is contained in:
parent
af8f83677b
commit
2e26d60150
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -13,8 +13,19 @@ pip install pyvulnerabilitylookup
|
||||||
You can use the `vulnerability_lookup` command:
|
You can use the `vulnerability_lookup` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ 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
|
### Library
|
||||||
|
|
||||||
See [API Reference]()
|
See [API Reference](https://pyvulnerabilitylookup.readthedocs.io/en/latest/api_reference.html)
|
||||||
|
|
Loading…
Reference in a new issue