guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: opencv: Ignore CVEs.


From: Ludovic Courtès
Subject: 02/03: gnu: opencv: Ignore CVEs.
Date: Mon, 14 May 2018 17:02:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5834e4b70aef727d591c271ce3141ed23753377e
Author: Björn Höfling <address@hidden>
Date:   Sun May 13 01:40:30 2018 +0200

    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 <address@hidden>
---
 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 ef303e1..c69629e 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -372,6 +372,11 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
               ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]