From 5834e4b70aef727d591c271ce3141ed23753377e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= Date: Sun, 13 May 2018 01:40:30 +0200 Subject: [PATCH] gnu: opencv: Ignore CVEs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/image-processing.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index ef303e1349..c69629e4a9 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -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