From owner-freebsd-ports@freebsd.org Mon Oct 9 21:55:26 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A4EEE3D1FC for ; Mon, 9 Oct 2017 21:55:26 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE008188A; Mon, 9 Oct 2017 21:55:26 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id AED8C3CCE; Mon, 9 Oct 2017 21:55:25 +0000 (UTC) From: Jan Beich To: Steve Wills Cc: Matthew Seaman , ale@Freebsd.org, freebsd-ports@freebsd.org Subject: Re: New pkg audit FNs References: Date: Mon, 09 Oct 2017 23:55:22 +0200 In-Reply-To: (Steve Wills's message of "Mon, 9 Oct 2017 17:09:28 -0400") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 21:55:26 -0000 Steve Wills writes: > Hi, > > On 10/09/2017 16:34, Jan Beich wrote: >> Matthew Seaman writes: >> >>> On 09/10/2017 16:57, Roger Marquis wrote: >>> >>>> Can anyone say what mechanisms the ports-security team might have in >>>> place to monitor CVEs and port software versions? > > I've been hacking at a prototype for scanning what I can find: > > https://github.com/swills/nvd_to_new_vuxml Wouldn't that encourage copypasta, exacerbating filesize issue? Why not teach pkg-audit(8) to query NVD based on CPE annotations in *binary* packages? Doing so would also provide a workaround for VuXML entries cancelled to reduce bloat.