summaryrefslogtreecommitdiffstats
path: root/recipes-containers/skopeo
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-25 19:33:42 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-25 22:54:03 -0400
commit5be54854139acb4796000478394afd66de0792c1 (patch)
treece040a3945bcc375d9516df4fe759de7d8e5e044 /recipes-containers/skopeo
parent6063ad178159d9de5d7d6a42cc5899900a3caada (diff)
downloadmeta-virtualization-5be54854139acb4796000478394afd66de0792c1.tar.gz
skopeo: Mark CVE-2019-10214 as fixed
This CVE was fixed[1] in the container image go library skopeo is using (vendoring). The current version of the image go module is v5.20.0 while the fix landed since v3.0.0[2]. See RedHat's resolution[3] for more details. [1] https://github.com/containers/image/issues/654 [2] https://github.com/containers/image/pull/669/commits/a3d69a4a89244803d2f5350aca6dd0fcbe444551 [3] https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/skopeo')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 35377a8d..d32c5250 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -35,6 +35,12 @@ S = "${WORKDIR}/git"
35inherit goarch 35inherit goarch
36inherit pkgconfig 36inherit pkgconfig
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
41# https://github.com/containers/image/issues/654
42CVE_CHECK_IGNORE += "CVE-2019-10214"
43
38# This disables seccomp and apparmor, which are on by default in the 44# This disables seccomp and apparmor, which are on by default in the
39# go package. 45# go package.
40EXTRA_OEMAKE="BUILDTAGS=''" 46EXTRA_OEMAKE="BUILDTAGS=''"