Skip to content

pacvamp audit

  • Usage: pacvamp audit [FLAGS]

List installed packages with open security issues

Joins the local database against Arch's security tracker: a package is listed when a tracker group names it, the group is not "Not affected", and the installed version is below the fixed one (or no fix exists yet). Versions compare the way pacman compares them.

Flags

  • -u --upgradable — Only issues an upgrade would fix
  • --offline — Use the cached tracker only
  • --fail — Exit 1 when any issue is listed
  • -J --json — Print as JSON
  • -h --help — Print help

Released under the MIT License.