Package cve-check-tool: Information

  • Default inline alert: Version in the repository: 5.6.4-alt23

Source package: cve-check-tool
Version: 5.6.4-alt21.git.cbc2d0e
Latest version according to Repology
Build time:  Feb 2, 2022, 06:38 AM in the task #294467
Category: Other
Report package bug
License: GPLv2
Summary: Command line tool for checking known (public) CVEs
Description: 
The tool will identify potentially vulnerable software packages within Linux
distributions through version matching. Where possible it will also seek to
determine (through a distribution implemention) if a vulnerability has been
addressed by way of a patch.

List of rpms provided by this srpm:
cve-check-tool (x86_64, ppc64le, i586, armh, aarch64)
cve-check-tool-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Aleksei Nikiforov


ACL:
Pavel Vainerman
@everybody

    1. libcurl-devel
    2. libssl-devel
    3. boost-complete
    4. cmake
    5. ctest
    6. libgtest-devel
    7. gcc-c++
    8. libclickhouse-cpp-devel

Last changed


Feb. 1, 2022 Aleksei Nikiforov 5.6.4-alt21.git.cbc2d0e
- Allow to process only specific packages or task.
Dec. 14, 2021 Aleksei Nikiforov 5.6.4-alt20.git.cbc2d0e
- Split cve-check-tool into 4 separate tools:
  + cve-check-dictionary-update collects information about known CPEs.
  + cve-check-dictionary-matcher tries matching packages to known CPEs.
  + cve-check-update updates information about known CVEs.
  + cve-check-tool updates information about matching, closed, discarded and other CVEs
    for all packages.
Dec. 1, 2021 Aleksei Nikiforov 5.6.4-alt19.git.cbc2d0e
- Split Cve table into Vulnerabilities and VulnerabilitiesStatus tables.
- Implemented keeping history of table updates via timestamps
  and 'actual'/'removed' statuses where necessary.