blob: 6c740bc296e8ee23b732b25969d83485bd94fcb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
The audit-packages tools provide two scripts:
(1) download-vulnerability-list, an easy way to download a list of
security vulnerabilities which have been published. This list is kept
up to date by the NetBSD security officer. It is held at the
well-known URL:
ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/vulnerabilities
(2) audit-packages, an easy way to audit the current machine, checking
each vulnerability listed by the security officer. If a vulnerable
package is installed, it will be shown by output to stdout.
|