.\" Generated by scdoc 1.11.3 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "arch-audit" "1" "2024-09-09" .PP .SH NAME .PP arch-audit - A utility like pkg-audit for Arch Linux.\& .PP .SH SYNOPSIS .PP \fBarch-audit\fR [\fIOPTION\fR].\&.\&.\& .PP .SH DESCRIPTION .PP A utility like pkg-audit for Arch Linux.\& .br Based on data from https://security.\&archlinux.\&org collected by the awesome Arch Security Team.\& .PP .SH OPTIONS .PP \fB-q\fR, \fB--quiet\fR .RS 4 Show only vulnerable package names and their versions.\& Set twice to hide the versions as well .PP .RE \fB-r\fR, \fB--recursive\fR .RS 4 Prints packages that depend on vulnerable packages and are thus potentially vulnerable as well.\& .br Set twice to show ALL the packages that requires them .PP .RE \fB-t\fR, \fB--show-testing\fR .RS 4 Show packages which are in the [testing] repos.\& .br See https://wiki.\&archlinux.\&org/index.\&php/Official_repositories#Testing_repositories .PP .RE \fB-u\fR, \fB--upgradable\fR .RS 4 Show only packages that have already been fixed .PP .RE \fB-c\fR, \fB--show-cve\fR .RS 4 Print the CVE numbers .PP .RE \fB-C\fR, \fB--color\fR [\fIWHEN\fR] .RS 4 Colorize the output; \fIWHEN\fR can be '\&auto'\& (default if omitted), '\&always'\&, or '\&never'\& .PP .RE \fB-b\fR, \fB--dbpath\fR [\fIDBPATH\fR] .RS 4 Set an alternate database location.\& By default, arch-audit uses /var/lib/pacman .PP .RE \fB-f\fR, \fB--format\fR [\fIFORMAT\fR] .RS 4 Specify a format to control the output.\& Placeholders are: .PP %n pkgname .PP %c CVEs .PP %v fixed version .PP %t type .PP %s severity .PP %r required by (only when -r is also used) .PP .RE \fB--json\fR .RS 4 Print results as json object.\& .PP .RE \fB--proxy\fR [\fIPROXY\fR] .RS 4 Send requests through a proxy.\& The format looks like '\&socks5://127.\&0.\&0.\&1:9050'\&.\& .PP .RE \fB--no-proxy\fR .RS 4 Do not use a proxy even if one is configured .PP .RE \fB--source\fR [\fISOURCE\fR] .RS 4 Specify the URL or file path to the security tracker json data.\& By default, arch-audit uses https://security.\&archlinux.\&org/all.\&json .PP .RE \fB--sort\fR [\fISORT\fR].\&.\&.\& .RS 4 Specify how to sort the output.\& By default, arch-audit uses '\&severity,pkgname'\& .br Possible values are: severity, pkgname, upgradable, reverse .PP .RE \fB-V\fR, \fB--version\fR .RS 4 Prints version information .PP .RE \fB-h\fR, \fB--help\fR .RS 4 Prints help information .PP .RE .SH INFOS .RS 4 Read more at \fIhttps://wiki.\&archlinux.\&org/index.\&php/Arch_Security_Team\fR .PP .RE .SH BUGS .RS 4 Bugs can be reported on the bug tracker \fIhttps://gitlab.\&archlinux.\&org/archlinux/arch-audit/-/issues\fR .PP .RE .SH AUTHORS .RS 4 Andrea Scarpino