All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] skopeo: convert CVE_CHECK_IGNORE to new CVE_STATUS format
@ 2023-07-29 21:25 Peter Marko
  2023-08-01 18:43 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Marko @ 2023-07-29 21:25 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Peter Marko

From: Peter Marko <peter.marko@siemens.com>

See https://git.openembedded.org/openembedded-core/commit/?id=34f682a24b7075b12ec308154b937ad118d69fe5

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 recipes-containers/skopeo/skopeo_git.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index e00fcc7..feff9df 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -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. 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-01 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 21:25 [meta-virtualization][PATCH] skopeo: convert CVE_CHECK_IGNORE to new CVE_STATUS format Peter Marko
2023-08-01 18:43 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.