Skip to content
Snippets Groups Projects
Unverified Commit 5834e4b7 authored by Björn Höfling's avatar Björn Höfling Committed by Ludovic Courtès
Browse files

gnu: opencv: Ignore CVEs.


* gnu/packages/image-processing.scm (opencv)[properties]:  Add a
lint-hidden-cve property and add three CVEs to be ignored.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 5ac7bf56
No related branches found
No related tags found
No related merge requests found
......@@ -372,6 +372,11 @@ (define-public opencv
("protobuf" ,protobuf)
("vtk" ,vtk)
("python" ,python)))
;; These three CVEs are not a problem of OpenCV, see:
;; https://github.com/opencv/opencv/issues/10998
(properties '((lint-hidden-cve . ("CVE-2018-7712"
"CVE-2018-7713"
"CVE-2018-7714"))))
(synopsis "Computer vision library")
(description "OpenCV is a library aimed at
real-time computer vision, including several hundred computer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment