Pacaudit

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Merge-arrows-2.pngThis article or section is a candidate for merging with Security#Follow NVD/CVE alerts.Merge-arrows-2.png

Notes: Content does not justify article. (Discuss in Talk:Pacaudit)

pacaudit audits installed packages on Arch Linux against known vulnerabilities listed on https://security.archlinux.org.

Installation

Tango-view-fullscreen.pngThis article or section needs expansion.Tango-view-fullscreen.png

Reason: There is also pkg-auditAUR, arch-audit and probably a host of others (Discuss in Talk:Pacaudit)

Install the pacauditAUR[broken link: package not found] package.

Usage

$ pacaudit

Prints all vulnerable packages by name and the sum of all vulnerable packages.

$ pacaudit -v

Prints all vulnerable packages by name, with CVE, severity and the sum of all vulnerable packages.

$ pacaudit -n

Returns "OK" if no vulnerable packages are installed, "WARNING" if no vulnerable package with severity HIGH or higher is installed and CRITICAL else.

Development

Please report bugs, feature requests and stars on GitHub: https://github.com/steffenfritz/pacaudit.