diff options
| -rw-r--r-- | gnu/packages/web.scm | 6 |
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 | |||
| 6142 | mangle the data format that you have into the one that you want with very | 6142 | mangle the data format that you have into the one that you want with very |
| 6143 | little effort, and the program to do so is often shorter and simpler than | 6143 | little effort, and the program to do so is often shorter and simpler than |
| 6144 | you'd expect.") | 6144 | you'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 |
