Crates.io | get-cve |
lib.rs | get-cve |
version | 0.2.3 |
source | src |
created_at | 2024-10-04 09:55:24.480387 |
updated_at | 2024-11-20 20:58:00.618584 |
description | Tyr tools for CVE managing about installed products and their weaknesses |
homepage | https://gitlab.com/cyberactivity/tyr |
repository | https://gitlab.com/cyberactivity/tyr |
max_upload_size | |
id | 1396338 |
size | 75,691 |
cargo install get-cve
This command line utility allows to explore fixed CVE on debian/redhat like OS.
The exploration is based on their changelog.
git-cve
don't download CVE database to explore all open CVE on a package. There are several other good tools for this exploration.
To explore all fixed CVE for an installed package:
get-cve <package>
or if several version are installing:
get-cve <package>=<version>
Eg:
# get-cve less
[less => 590-1ubuntu0.22.04.3]
CVE-2014-9488
CVE-2022-46663
CVE-2022-48624
CVE-2024-32487
#
To explore all options run get-cve help
get-cve less --filter 2022
, for showing only CVE of year 2022)Help will be appreciated. All tools will be developed with rust technology.
This project is under MIT license.
This project is under development and all contributions are welcome.
These tools are provided without any guaranties.