summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHimanshu Jadon <hjadon@cisco.com>2026-03-27 04:06:00 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-30 19:38:55 +0000
commitf829fbfda0f14365235d48dbe2055121fbc0718c (patch)
tree719331bfc3309eafeec327595439acf035bb929b
parentb6de3a97a9be5aca39af8119735cf3fec9a7d699 (diff)
downloadmeta-virtualization-f829fbfda0f14365235d48dbe2055121fbc0718c.tar.gz
containerd: Add CVE_PRODUCT to align with NVD CPEHEADmaster
`CVE_PRODUCT` has been set to `linuxfoundation:containerd` to align with the product naming defined in the NVD CPE database for `containerd`. Only a single CPE entry exists in the NVD for this product: `cpe:2.3:a:linuxfoundation:containerd` The NVD references for this CPE confirm that it corresponds to the source code used in our recipe. Signed-off-by: Himanshu Jadon <hjadon@cisco.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/containerd/containerd_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb
index d69518d4..51d7c2e2 100644
--- a/recipes-containers/containerd/containerd_git.bb
+++ b/recipes-containers/containerd/containerd_git.bb
@@ -105,3 +105,6 @@ RDEPENDS:${PN} += " ${VIRTUAL-RUNTIME_container_runtime}"
105## configured in the distro, since we may have collisions. 105## configured in the distro, since we may have collisions.
106CNI_NETWORKING_FILES ?= "${UNPACKDIR}/cni-containerd-net.conflist" 106CNI_NETWORKING_FILES ?= "${UNPACKDIR}/cni-containerd-net.conflist"
107inherit cni_networking 107inherit cni_networking
108
109# Add CVE_PRODUCT to match the NVD CPE product name
110CVE_PRODUCT = "linuxfoundation:containerd"