summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index aefdcd44..80acfaed 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -35,11 +35,9 @@ inherit pkgconfig
35 35
36inherit container-host 36inherit container-host
37 37
38# This CVE was fixed in the container image go library skopeo is using.
39# See:
40# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214 38# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214
41# https://github.com/containers/image/issues/654 39# https://github.com/containers/image/issues/654
42CVE_CHECK_IGNORE += "CVE-2019-10214" 40CVE_STATUS[CVE-2019-10214] = "fixed-version: This CVE was fixed in the container image go library skopeo is using."
43 41
44# This disables seccomp and apparmor, which are on by default in the 42# This disables seccomp and apparmor, which are on by default in the
45# go package. 43# go package.