diff options
author | Peter Marko <peter.marko@siemens.com> | 2023-07-29 23:25:13 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-01 14:41:46 -0400 |
commit | 489fa21681908755f66ea8be2169d7684cb32470 (patch) | |
tree | bb653e236d6a95a39f90c165397707a4b4f3e977 | |
parent | 07a578d49ca07aa2f09d67afa7581e54878e3c06 (diff) | |
download | meta-virtualization-489fa21681908755f66ea8be2169d7684cb32470.tar.gz |
skopeo: convert CVE_CHECK_IGNORE to new CVE_STATUS format
See https://git.openembedded.org/openembedded-core/commit/?id=34f682a24b7075b12ec308154b937ad118d69fe5
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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. |