me
/
guix
Archived
1
0
Fork 0

gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.

* gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add
CVE-2021-28794 to lint-hidden-cve.
master
Tobias Geerinckx-Rice 2021-07-02 20:31:48 +02:00
parent 83da1cb65a
commit 159de0362b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

@ -890,6 +890,8 @@ that cause a shell to behave strangely and counter-intuitively.
@item Point out subtle caveats, corner cases and pitfalls that may cause an @item Point out subtle caveats, corner cases and pitfalls that may cause an
advanced user's otherwise working script to fail under future circumstances. advanced user's otherwise working script to fail under future circumstances.
@end enumerate") @end enumerate")
;; CVE-2021-28794 is for a completely different, unofficial add-on.
(properties `((lint-hidden-cve . ("CVE-2021-28794"))))
(license license:gpl3+))) (license license:gpl3+)))
(define-public shelltestrunner (define-public shelltestrunner