summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-05-03 21:38:29 +0000
committerhubertf <hubertf>2001-05-03 21:38:29 +0000
commit9d68b496ba73f30d51c3d023298fd1b1f84f62df (patch)
tree211dec48b0b6d4e01d0306d9f0c896f5654edd5d /Packages.txt
parentca49c64a5b1df81a66a71600b4cc97fbc7ef0f82 (diff)
downloadpkgsrc-9d68b496ba73f30d51c3d023298fd1b1f84f62df.tar.gz
Add entry on automated security checking
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt27
1 files changed, 26 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index c949f1a12d5..e7e482a91d0 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.155 2001/05/01 16:06:27 dmcmahill Exp $
+# $NetBSD: Packages.txt,v 1.156 2001/05/03 21:38:29 hubertf Exp $
###########################################################################
==========================
@@ -1922,6 +1922,31 @@ Please note that the check for NEED_NCURSES has to be below the
inclusion of bsd.prefs.mk, since the variable is set there.
+ 9.21 Automated security check
+ =============================
+
+Third party software as provided by pkgsrc unfortunately has it's bugs just
+as all other software has, and some of the bugs are security related. To
+aid in an automated check, users can install the
+pkgsrc/security/audit-packages package, which will 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.
+
+Note to package developers: When a vulnerability is found, this should be
+noted in localsrc/security/advisories/pkg-vulnerabilities, and after the
+commit of that file, it should be copied to
+/pub/NetBSD/packages/distfiles/vulnerabilities on ftp.netbsd.org.
+
+
10 Submitting & Committing
==========================