mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
lint: Re-enable CVE checker.
This reverts d7fcd9c565
.
* guix/lint.scm (%network-dependent-checkers): Re-enable 'cve checker.
This commit is contained in:
parent
74afaa37d5
commit
9efa2c28a4
1 changed files with 5 additions and 11 deletions
|
@ -1319,17 +1319,11 @@ (define %network-dependent-checkers
|
|||
(name 'github-url)
|
||||
(description "Suggest GitHub URLs")
|
||||
(check check-github-url))
|
||||
|
||||
;; 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 '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")
|
||||
|
|
Loading…
Reference in a new issue