From owner-freebsd-security@freebsd.org Wed Sep 7 23:23:45 2016 Return-Path: Delivered-To: freebsd-security@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 1E034BD065B for ; Wed, 7 Sep 2016 23:23:45 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7E1BA8A; Wed, 7 Sep 2016 23:23:44 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id c198so50625033ith.1; Wed, 07 Sep 2016 16:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hhVmR4VEdYUEBIA97h9wZlwwiXIkWOAWKX4JPJAwiUQ=; b=X6OV+C0SkoLY0RlSxKN4Wae4/TLTHyKaJfMsUdHYqrvdmKzcd/Cf66/bHUULPSfkd0 uLU4G1vlp7fsyLn6/hfPIouoM1Jaq9uDSH7sUCGnmOTcvqrHKXKvzHztIYU++/RgJsbN N2LIw+tvATCgeBJZQk0e/naA1axDzCbs8cyeLBH7JOQ6MK2ZY5oqa3Yb4IrwWLgF7RbD Td75jtn9TU+1M9rsSTk75lr5Sj0YdyWtcUW7vfDy3Ulw76vgkxaDrrMBATbjPKm+ocQB BA+iqVFhkW7wUh2Y3lLmc192CJ8LoGsD8/znoeEYNf9WnQ6ftWFtCBeChO8tOdbSKV4l +1Uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hhVmR4VEdYUEBIA97h9wZlwwiXIkWOAWKX4JPJAwiUQ=; b=FNDH0RR8UQF2jWN/zZsP+6Y1iRTMz99V23d2Get3UKFz6nQ/hHC2IYLDOeBrfWRihu BNYvB3t9pysEF4mPtXVMIrGKP6lMj/uvvQKMdEehmM7vQk6JxexHoJP3hMe9wRz7ab+M O2bWZeoyFGlNYGWhbZk4Z+YuWuPfHQaqHa8+1he6ngsJ2CbFi9lAxEYHVwETSknj67+7 bKoWb41r4Q9bzn1mZoiLyEiwOATC3Ub36lTf0bJEZdlyz3qB9+QVSOiDmdEVROjVlJt5 zA2uBHnQpLjK8HSBnVQZllDtGYmtdpEqIrffdJ4DrhgMuiccKvka5uuXAb7MiB8WTieI Y+xw== X-Gm-Message-State: AE9vXwOOd/8wcEfN/H7Ce9GXLdkmLcvU2YsshXiKiMqrt34fFhCJe2B2+EHpbMXir8IUL5mKzkXDtwkTJg7qQQ== X-Received: by 10.36.17.140 with SMTP id 134mr10234589itf.70.1473290624125; Wed, 07 Sep 2016 16:23:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.26.3 with HTTP; Wed, 7 Sep 2016 16:23:43 -0700 (PDT) In-Reply-To: <1473283515.3860529.718903225.76BE1456@webmail.messagingengine.com> References: <57BEE965.8000903@quip.cz> <1473283515.3860529.718903225.76BE1456@webmail.messagingengine.com> From: Ben Woods Date: Thu, 8 Sep 2016 07:23:43 +0800 Message-ID: Subject: Re: using pkg audit to show base vulnerabilities To: Mark Felder Cc: Miroslav Lachman <000.fbsd@quip.cz>, freebsd security Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 23:23:45 -0000 On 8 September 2016 at 05:25, Mark Felder wrote: > I have been toying with the idea of creating a port that provides a > script called "baseaudit" that can make it very easy to check your > system for known vulns. With the majority of the logic in this script we > could also include this periodic script in the package which would check > nightly as well. Perhaps we should collaborate on this together? I will > need to review your script in detail but at a glance it appears very > thorough. > > > Thanks! > > -- > Mark Felder > ports-secteam member > feld@FreeBSD.org > Just a thought, once we move to PkgBase, will this simply work work "pkg audit"? Are the new vuxml entries in the correct format to detect for individual base packages? E.g. FreeBSD-libxo, FreeBSD-libxo-debug, FreeBSD-libxo-development Are the new vuxml entries in a format that would support PkgBase for releases as well as for stable/current? E.g. FreeBSD-libxo-12.0_2, FreeBSD-libxo-12.0.s20160903042939 Regards, Ben