summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-08-26 18:31:18 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-27 15:06:23 +0900
commit4ba08fd463a988f233694540514aac05369eea49 (patch)
tree2d912212bfbae93a8c4cff1eca743fc15ec2aa03
parent6fc8a3a19a9d9e6f1b9147ce7c6b46f3b7a4de66 (diff)
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 <cnx@loang.net>
-rw-r--r--gnu/packages/web.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 029c9ad9b17..d2999aadbbf 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
6142mangle the data format that you have into the one that you want with very 6142mangle the data format that you have into the one that you want with very
6143little effort, and the program to do so is often shorter and simpler than 6143little effort, and the program to do so is often shorter and simpler than
6144you'd expect.") 6144you'd expect.")
6145 (properties
6146 '((lint-hidden-cve
6147 ;; CVE's with incorrectly versions limits; solved in these commits:
6148 . (list "CVE-2026-39979";2f09060afab23fe9390cce7cb860b10416e1bf5f
6149 "CVE-2026-33948" ;6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b
6150 "CVE-2026-44777")))) ;f58787c41835d9b17795730cb04925fdba25c71c
6145 (license (list license:cc-by3.0 ;docs 6151 (license (list license:cc-by3.0 ;docs
6146 license:x11 ;vendor/decNumber 6152 license:x11 ;vendor/decNumber
6147 license:expat)))) ;rest 6153 license:expat)))) ;rest