Пакет cve-check-tool: Информация

    Исходный пакет: cve-check-tool
    Версия: 5.6.4-alt20.git.cbc2d0e
    Собран:  30 декабря 2021 г. 16:14 в задании #291944
    Категория: Прочее
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ikeydoherty/cve-check-tool

    Лицензия: GPLv2
    О пакете: Command line tool for checking known (public) CVEs
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cve-check-tool (x86_64, ppc64le, i586, armh, aarch64)
    cve-check-tool-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Aleksei Nikiforov


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

    Последнее изменение


    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.
    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.
    15 ноября 2021 г. Aleksei Nikiforov 5.6.4-alt18.git.cbc2d0e
    - Implemented processing only new CVE entries instead of reuploading whole table.
    - Implemented committing data limit with new command-line option.