mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
9c848c89ce
commit
f2ada4d04e
1 changed files with 2 additions and 0 deletions
|
@ -868,6 +868,8 @@ (define-public gerbv
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue