All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco)" <devanshp@cisco.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: xe-linux-external@cisco.com
Subject: [meta-virtualization][PATCH] runc: correct CVE_PRODUCT mapping
Date: Thu, 20 Aug 2026 22:08:37 -0700	[thread overview]
Message-ID: <20260821050837.51540-1-devanshp@cisco.com> (raw)

From: Devansh Patel <devanshp@cisco.com>

The current "runc" mapping generates a wildcard-vendor product identity for
the packaged Open Container Initiative runtime.

Use "linuxfoundation:runc", the NVD dictionary CPE and configuration identity
for opencontainers/runc. This changes the generated product identity, but the
pinned sbom-cve-check database has no current CVE report delta.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 recipes-containers/runc/runc_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index 625ec5d2..c2e004d6 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -12,6 +12,6 @@ RUNC_VERSION = "1.5.1"
 RPROVIDES:${PN} += "runc-docker"
 RPROVIDES:${PN} += "runc-opencontainers"
 
-CVE_PRODUCT = "runc"
+CVE_PRODUCT = "linuxfoundation:runc"
 
 LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"
-- 
2.35.6


                 reply	other threads:[~2026-08-21  5:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260821050837.51540-1-devanshp@cisco.com \
    --to=devanshp@cisco.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=xe-linux-external@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.