~ruther/guix-local

6112eff59ac7389ca6f3f2b6899bed9041c33156 — Nicolas Graves 1 year, 4 months ago 2177f57
gnu: jq: Add lint-hidden-cve property.

* gnu/packages/web.scm (jq)[properties]: Add lint-hidden-cve property.

Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +4 -1
@@ 5652,7 5652,10 @@ 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.")
    (license (list license:expat license:cc-by3.0))))
    (license (list license:expat license:cc-by3.0))
    ;; Both those CVEs are actually fixed in version 1.7.1.
    (properties `((lint-hidden-cve . ("CVE-2023-50246"
                                      "CVE-2023-50268"))))))

(define-public go-github-com-mikefarah-yq-v4
  (package