diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-08-25 19:32:26 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-25 22:54:25 -0400 |
commit | 538e94e674dc1be0b0fee5da54083ca040b2f7b9 (patch) | |
tree | dd61fef5bd391786aea237ac5b97d6269eb9fecf | |
parent | d55da717eb615a7a964a1c120c543bec4f9bea56 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 6 |
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" | |||
34 | inherit goarch | 34 | inherit goarch |
35 | inherit pkgconfig | 35 | inherit 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 | ||
41 | CVE_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. |
39 | EXTRA_OEMAKE="BUILDTAGS=''" | 45 | EXTRA_OEMAKE="BUILDTAGS=''" |