= get-cve(1) Tioben Neenot v0.2.0 :doctype: manpage :manmanual: GET-CVE :mansource: GET-CVE :man-linkstyle: pass:[blue R < >] == Name *get-cve* - list of fixed cve from install packages by exploring their changelog contents. == Usage *get-cve* [=] [--next] [--filter ] == Options **:: Package to explore. **:: Select the specific version for a package (using if several versions are installed). *--next*:: Select the changelog for the immediate available package given from future updated packages list. This feature is available only for debian linux like. *--filter *:: Restrict the CVE list to the given . support regex expression. == Examples get-cve less (return all CVE for the current version of less package) get-cve less --filter 2022 (return only CVE about year 2022 for the less package of the current version) get-cve less --next (return all CVE for the future next release of less package, if exists) == Exit *0*:: Exit with success *1*:: An error was occurred. == Copying Copyright (C) 2024 Tioben Neenot Free use of this software is granted under the terms of the MIT License. == See also get-cwe(1), get-capec(1), hey-nvd(1)