Received: by mail.netbsd.org (Postfix, from userid 605) id 0C13684D41; Thu, 18 Feb 2021 10:44:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46AAE84D14 for ; Thu, 18 Feb 2021 10:44:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PBsi7BU18JBi for ; Thu, 18 Feb 2021 10:44:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 98BA884CE7 for ; Thu, 18 Feb 2021 10:44:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 926E0FA95; Thu, 18 Feb 2021 10:44:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613645047234060" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 10:44:07 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/templates To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210218104407.926E0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613645047234060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 18 10:44:07 UTC 2021 Modified Files: pkgsrc/templates: README.pkg Log Message: README.pkg: be more realistic about CVEs in the age of fuzzing To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/templates/README.pkg Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613645047234060 Content-Disposition: inline Content-Length: 1146 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/templates/README.pkg diff -u pkgsrc/templates/README.pkg:1.28 pkgsrc/templates/README.pkg:1.29 --- pkgsrc/templates/README.pkg:1.28 Sat Feb 4 03:47:47 2017 +++ pkgsrc/templates/README.pkg Thu Feb 18 10:44:07 2021 @@ -1,5 +1,5 @@ - + The NetBSD Packages Collection: %%PORT%% @@ -47,12 +47,11 @@ The following security vulnerabilities a
    %%VULNERABILITIES%%
-If you have a vulnerable package installed on any machine, you are -advised to remove the package -immediately, using the standard package tools. The pkg_admin audit command locates any installed package which has been mentioned in -security advisories as being vulnerable. +security advisories as having vulnerabilities. +Please note the vulnerabilities database might not be fully accurate, +and not every bug is exploitable with every configuration.

--_----------=_1613645047234060--