lint: Comment out 'cve' checker.

* guix/lint.scm (%network-dependent-checkers): Comment out 'cve' checker.
This commit is contained in:
Ludovic Courtès 2019-10-18 11:55:24 +02:00
parent b080b6d937
commit d7fcd9c565
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 11 additions and 5 deletions

View File

@ -1319,11 +1319,17 @@ or a list thereof")
(name 'github-url)
(description "Suggest GitHub URLs")
(check check-github-url))
(lint-checker
(name 'cve)
(description "Check the Common Vulnerabilities and Exposures\
(CVE) database")
(check check-vulnerabilities))
;; FIXME: Commented out as a consequence of the XML CVE feed retirement:
;; <https://nvd.nist.gov/General/News/XML-Vulnerability-Feed-Retirement-Phase-3>.
;; 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 'refresh)
(description "Check the package for new upstream releases")