mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue