diff options
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 4 |
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 | ||
36 | inherit container-host | 36 | inherit 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 |
42 | CVE_CHECK_IGNORE += "CVE-2019-10214" | 40 | CVE_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. |