guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4ba08fd463a988f233694540514aac05369eea49
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Aug 26 18:31:18 2026 +0200

    gnu: jq: Hide resolved CVEs.
    
    * gnu/packages/web.scm (jq)[properties]<lint-hidden-cve>:
      Add CVE-2026-39979, CVE-2026-33948, and CVE-2026-44777.
    
    Merges: https://codeberg.org/guix/guix/pulls/10832
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/web.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 029c9ad9b1..d2999aadbb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6142,6 +6142,12 @@ grep and friends let you play with text.  It is written 
in portable C.  jq can
 mangle the data format that you have into the one that you want with very
 little effort, and the program to do so is often shorter and simpler than
 you'd expect.")
+    (properties
+     '((lint-hidden-cve
+        ;; CVE's with incorrectly versions limits; solved in these commits:
+        . (list "CVE-2026-39979";2f09060afab23fe9390cce7cb860b10416e1bf5f
+                "CVE-2026-33948" ;6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b
+                "CVE-2026-44777")))) ;f58787c41835d9b17795730cb04925fdba25c71c
     (license (list license:cc-by3.0     ;docs
                    license:x11          ;vendor/decNumber
                    license:expat))))    ;rest

Reply via email to