3 releases (breaking)
new 0.2.1 | Nov 5, 2024 |
---|---|
0.2.0 |
|
0.1.0 | Oct 27, 2024 |
0.0.0 | Oct 25, 2024 |
#213 in Command line utilities
237 downloads per month
82KB
903 lines
Tyr - nvd
Installation
cargo install hey-nvd
Purpose
This command utility allows to run some queries on https://nvd.nist.gov.
These queries allows:
- gets CWE list for a given CVE,
- gets CVE notation for a given CVE,
- gets CVE for given software data, software data are:
- type: application or operating system,
- vendor,
- application,
- version,
- update,
- edition,
- gets some CVE description for a given CVE,
- gets the CVE list for a given CWE,
- search a list of CVE for a date range.
Usage
To explore all options run hey-nvd help
.
Other tool
This tool can be used with get-cve
tool to retrieve list of fixed CVE for an installed product. To get more information about get-cve
search get-cve
on the https://crates.io website for the same author.
Authors and acknowledgment
Help will be appreciated. All tools will be developed with rust technology.
License
This project is under MIT license.
Project status
This project is under development and all contributions are welcome.
These tools are provided without any guaranties.
Dependencies
~6–9MB
~153K SLoC