summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-25 19:32:26 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-25 22:54:25 -0400
commit538e94e674dc1be0b0fee5da54083ca040b2f7b9 (patch)
treedd61fef5bd391786aea237ac5b97d6269eb9fecf /recipes-containers
parentd55da717eb615a7a964a1c120c543bec4f9bea56 (diff)
downloadmeta-virtualization-538e94e674dc1be0b0fee5da54083ca040b2f7b9.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')
-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 9d19675d..d426b4f8 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -34,6 +34,12 @@ S = "${WORKDIR}/git"
34inherit goarch 34inherit goarch
35inherit pkgconfig 35inherit pkgconfig
36 36
37# This CVE was fixed in the container image go library skopeo is using.
38# See:
39# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214
40# https://github.com/containers/image/issues/654
41CVE_CHECK_IGNORE += "CVE-2019-10214"
42
37# This disables seccomp and apparmor, which are on by default in the 43# This disables seccomp and apparmor, which are on by default in the
38# go package. 44# go package.
39EXTRA_OEMAKE="BUILDTAGS=''" 45EXTRA_OEMAKE="BUILDTAGS=''"