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>
This commit is contained in:
Nicolas Graves 2024-10-27 19:31:30 +01:00 committed by Ludovic Courtès
parent 9c848c89ce
commit f2ada4d04e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -868,6 +868,8 @@ (define-public gerbv
you load several files on top of each other, do measurements on the displayed 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 image, etc. Besides viewing Gerbers, you may also view Excellon drill files
as well as pick-place 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+))) (license license:gpl2+)))
(define-public translate2geda (define-public translate2geda