guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/06: gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.
Date: Fri, 2 Jul 2021 14:58:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 159de0362b97fd8003664ed0683533aae7725dcb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 20:31:48 2021 +0200

    gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.
    
    * gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add
    CVE-2021-28794 to lint-hidden-cve.
---
 gnu/packages/haskell-apps.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 5260326..d06a0a3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -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
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]