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>
This commit is contained in:
Peter Marko 2023-07-29 23:25:13 +02:00 committed by Bruce Ashfield
parent 07a578d49c
commit 489fa21681

View File

@ -35,11 +35,9 @@ inherit pkgconfig
inherit container-host
# This CVE was fixed in the container image go library skopeo is using.
# See:
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214
# https://github.com/containers/image/issues/654
CVE_CHECK_IGNORE += "CVE-2019-10214"
CVE_STATUS[CVE-2019-10214] = "fixed-version: This CVE was fixed in the container image go library skopeo is using."
# This disables seccomp and apparmor, which are on by default in the
# go package.