Written by
steffen
on
on
pacaudit - v.0.3.0-DEV
pacaudit v0.3.0 is ready and needs some testing. Btw, there are some changes.
If pacaudit is executed without flags, it just prints the number of vulnerable packages installed.
If executed with -v in verbose mode, it prints the names of the packages, the severities and all CVE.
If executed with -n in Nagios mode, it just prints OK, WARNING or CRITICAL.
A man page is added. Read it with groff -man -Tascii pacaudit.1
or copy it to /usr/share/man/man1
Get 0.3.0-DEV from github and compile it with
go build -o pacaudit -ldflags "-s -w"
Comments on AUR, github or via email are highly appreciated!