diff options
| author | Himanshu Jadon <hjadon@cisco.com> | 2026-03-27 04:06:00 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-30 19:38:55 +0000 |
| commit | f829fbfda0f14365235d48dbe2055121fbc0718c (patch) | |
| tree | 719331bfc3309eafeec327595439acf035bb929b | |
| parent | b6de3a97a9be5aca39af8119735cf3fec9a7d699 (diff) | |
| download | meta-virtualization-f829fbfda0f14365235d48dbe2055121fbc0718c.tar.gz | |
`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.bb | 3 |
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. |
| 106 | CNI_NETWORKING_FILES ?= "${UNPACKDIR}/cni-containerd-net.conflist" | 106 | CNI_NETWORKING_FILES ?= "${UNPACKDIR}/cni-containerd-net.conflist" |
| 107 | inherit cni_networking | 107 | inherit cni_networking |
| 108 | |||
| 109 | # Add CVE_PRODUCT to match the NVD CPE product name | ||
| 110 | CVE_PRODUCT = "linuxfoundation:containerd" | ||
