aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-10-27 19:31:30 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-06 22:18:07 +0100
commitf2ada4d04ed5acb96c770755bdb43b00c80c053f (patch)
tree0a4a60a211280b8e2c2ee77402d0b837091a88ae
parent9c848c89ce15f29e4ade5c358118f081942ded87 (diff)
downloadguix-f2ada4d04ed5acb96c770755bdb43b00c80c053f.tar.gz
guix-f2ada4d04ed5acb96c770755bdb43b00c80c053f.zip
gnu: gerbv: Add lint-hidden-cve property.
* gnu/packages/engineering.scm (gerbv)[properties]: Add lint-hidden-cve property. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/engineering.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4ba28ca9b4..3ceeb4425a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -868,6 +868,8 @@ is commonly used to represent printed circuit board (PCB) layouts. Gerbv lets
you load several files on top of each other, do measurements on the displayed
image, etc. Besides viewing Gerbers, you may also view Excellon drill files
as well as pick-place files.")
+ ;; This CVE has been fixed in version 2.10.0.
+ (properties '((lint-hidden-cve . ("CVE-2023-4508"))))
(license license:gpl2+)))
(define-public translate2geda