cvechecker

From Gentoo Wiki
Jump to:navigation Jump to:search

cvechecker is a small utility that provides reports on potentially vulnerable software.

cvechecker is for Gentoo systems and written and is maintained by former Gentoo developer Sven Vermeulen (SwifT) .

Installation

Manual installation

Installation is possible via swift's overlay. Use eselect repository (or equivalent) to add the unregistered repository:

root #eselect repository add sjvermeu git https://github.com/sjvermeu/gentoo.overlay

Perform the initial sync:

root #emaint sync -r sjvermeu

Emerge the package:

root #emerge --ask app-admin/cvechecker

Configuration

User account

Upstream instructions suggest creating a service account to run cvechecker.[1]

Usage

Quick start instructions can be found upstream.

Database initialization

The initial pull of the database using the below command will take some time and is synced into the /var/lib/cvechecker/cache/ directory:

root #pullcves pull
Note
As of April 14th, 2021, the cache/ (902.6 MiB) and local/ (142.7 MiB) directories are just over 1 GiB.

Invocation

user $cvechecker --help

Removal

Unmerge

root #emerge --ask --depclean --verbose app-admin/cvechecker

See also

External resources