mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.
* gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add CVE-2021-28794 to lint-hidden-cve.
This commit is contained in:
parent
83da1cb65a
commit
159de0362b
1 changed files with 2 additions and 0 deletions
|
@ -890,6 +890,8 @@ (define-public shellcheck
|
|||
@item Point out subtle caveats, corner cases and pitfalls that may cause an
|
||||
advanced user's otherwise working script to fail under future circumstances.
|
||||
@end enumerate")
|
||||
;; CVE-2021-28794 is for a completely different, unofficial add-on.
|
||||
(properties `((lint-hidden-cve . ("CVE-2021-28794"))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public shelltestrunner
|
||||
|
|
Loading…
Reference in a new issue