me
/
guix
Archived
1
0
Fork 0

lint: Re-enable CVE checker.

This reverts d7fcd9c565.

* guix/lint.scm (%network-dependent-checkers): Re-enable 'cve checker.
master
Ludovic Courtès 2019-10-20 22:17:59 +02:00
parent 74afaa37d5
commit 9efa2c28a4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 11 deletions

View File

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