From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRaxb-00057p-9S for guix-patches@gnu.org; Sat, 09 Jun 2018 06:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRaxa-0008Bo-CG for guix-patches@gnu.org; Sat, 09 Jun 2018 06:19:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60679) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fRaxa-0008Bh-8Z for guix-patches@gnu.org; Sat, 09 Jun 2018 06:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fRaxZ-0006b9-V6 for guix-patches@gnu.org; Sat, 09 Jun 2018 06:19:01 -0400 Subject: [bug#31442] [PATCH 0/5] 'guix health': a tool to report vulnerable packages Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180513202525.4010-1-ludo@gnu.org> Date: Sat, 09 Jun 2018 12:18:06 +0200 In-Reply-To: <20180513202525.4010-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Sun, 13 May 2018 22:25:25 +0200") Message-ID: <87po10gt5t.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31442@debbugs.gnu.org Hello, Ludovic Court=C3=A8s skribis: > profiles: Add '%current-profile', 'user-friendly-profile', & co. > packages: Add 'package-patched-vulnerabilities'. > profiles: Add 'properties' field to manifest entries. > profiles: Record fixed vulnerabilities as properties of entries. > DRAFT Add 'guix health'. I=E2=80=99ve just pushed the first three patches and the new =E2=80=98guix = pull=E2=80=99 uses properties already. Ludo=E2=80=99.