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: Ludovic Courtès <ludo@gnu.org>master
parent
5ac7bf56d0
commit
5834e4b70a
|
@ -372,6 +372,11 @@ integrates with various databases on GUI toolkits such as Qt and Tk.")
|
||||||
("protobuf" ,protobuf)
|
("protobuf" ,protobuf)
|
||||||
("vtk" ,vtk)
|
("vtk" ,vtk)
|
||||||
("python" ,python)))
|
("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")
|
(synopsis "Computer vision library")
|
||||||
(description "OpenCV is a library aimed at
|
(description "OpenCV is a library aimed at
|
||||||
real-time computer vision, including several hundred computer
|
real-time computer vision, including several hundred computer
|
||||||
|
|
Reference in New Issue