Skip to content
Snippets Groups Projects
Unverified Commit 9efa2c28 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

lint: Re-enable CVE checker.

This reverts d7fcd9c5.

* guix/lint.scm (%network-dependent-checkers): Re-enable 'cve checker.
parent 74afaa37
No related branches found
No related tags found
No related merge requests found
...@@ -1319,17 +1319,11 @@ (define %network-dependent-checkers ...@@ -1319,17 +1319,11 @@ (define %network-dependent-checkers
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment