diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-27 19:31:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-06 22:18:07 +0100 |
commit | f2ada4d04ed5acb96c770755bdb43b00c80c053f (patch) | |
tree | 0a4a60a211280b8e2c2ee77402d0b837091a88ae /gnu/packages | |
parent | 9c848c89ce15f29e4ade5c358118f081942ded87 (diff) | |
download | guix-f2ada4d04ed5acb96c770755bdb43b00c80c053f.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
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 |