From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: 31437@debbugs.gnu.org
Subject: [bug#31437] [PATCH 2/2] gnu: opencv: Ignore CVEs.
Date: Sun, 13 May 2018 01:40:30 +0200 [thread overview]
Message-ID: <20180513014030.0ed32f83@alma-ubu> (raw)
In-Reply-To: <20180513013222.2f0629dc@alma-ubu>
[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]
* gnu/packages/image-processing.scm (opencv)[properties]: Add a
lint-hidden-cve property and add three CVEs to be ignored.
---
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 ef303e134..4842ad450 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -222,6 +222,11 @@ integrates with various databases on GUI toolkits
such as Qt and Tk.") (for-each delete-file
'("modules/java/test/pure_test/lib/junit-4.11.jar"
"samples/java/sbt/sbt/sbt-launch.jar"))))))
+ ;; 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"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.17.0
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2018-05-12 23:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-12 23:32 [bug#31437] [PATCH 0/2] opencv: Ignore CVEs. Document lint-hidden-cve Björn Höfling
2018-05-12 23:40 ` [bug#31437] [PATCH 1/2] doc: Update documentation of guix lint Björn Höfling
2018-05-14 8:59 ` Ludovic Courtès
2018-05-12 23:40 ` Björn Höfling [this message]
2018-05-14 9:03 ` bug#31437: [PATCH 2/2] gnu: opencv: Ignore CVEs Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180513014030.0ed32f83@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=31437@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.