From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54725) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMIdM-0007RW-Cv for guix-patches@gnu.org; Sun, 20 Oct 2019 17:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMIdL-0006gO-56 for guix-patches@gnu.org; Sun, 20 Oct 2019 17:21:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMIdL-0006gJ-2L for guix-patches@gnu.org; Sun, 20 Oct 2019 17:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMIdK-0005Xy-UD for guix-patches@gnu.org; Sun, 20 Oct 2019 17:21:02 -0400 Subject: [bug#37838] [PATCH 2/2] lint: Re-enable CVE checker. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Sun, 20 Oct 2019 23:20:31 +0200 Message-Id: <20191020212031.2854-2-ludo@gnu.org> In-Reply-To: <20191020212031.2854-1-ludo@gnu.org> References: <20191020212031.2854-1-ludo@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37838@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= This reverts d7fcd9c565812919109ae88049f5d8bf4c56f9bd. * guix/lint.scm (%network-dependent-checkers): Re-enable 'cve checker. --- guix/lint.scm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/guix/lint.scm b/guix/lint.scm index 6336cf4e3b..03a8e88225 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -1319,17 +1319,11 @@ or a list thereof") (name 'github-url) (description "Suggest GitHub URLs") (check check-github-url)) - - ;; FIXME: Commented out as a consequence of the XML CVE feed retirement: - ;; . - ;; Reinstate it once the JSON feed is supported. - - ;; (lint-checker - ;; (name 'cve) - ;; (description "Check the Common Vulnerabilities and Exposures\ - ;; (CVE) database") - ;; (check check-vulnerabilities)) - + (lint-checker + (name 'cve) + (description "Check the Common Vulnerabilities and Exposures\ + (CVE) database") + (check check-vulnerabilities)) (lint-checker (name 'refresh) (description "Check the package for new upstream releases") -- 2.23.0