diff options
| author | Himanshu Jadon <hjadon@cisco.com> | 2026-04-16 20:37:00 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-21 02:35:12 +0000 |
| commit | 84c856c442e420a8fcaa9498d1f0dc2fe511cc01 (patch) | |
| tree | 55b440009bace2a95f395afbae3d4ef9b8d06fa6 | |
| parent | e122926edd3b2f0ab7321241fd0e36821fc8c0b9 (diff) | |
| download | meta-virtualization-84c856c442e420a8fcaa9498d1f0dc2fe511cc01.tar.gz | |
cni: Add CVE_PRODUCT to align with NVD CPE
`CVE_PRODUCT` has been set to `linuxfoundation:container_network_interface linuxfoundation:cni_network_plugins`
to align with the product naming defined in the NVD CPE database for `cni`.
The NVD CPE database contains product variants for this project under:
`cpe:2.3:a:linuxfoundation:container_network_interface`
`cpe:2.3:a:linuxfoundation:cni_network_plugins`
The NVD references for these CPEs confirm that they correspond 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-networking/cni/cni_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index f6617c1f..727a9799 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
| @@ -139,3 +139,6 @@ INSANE_SKIP:${PN} += "ldflags already-stripped" | |||
| 139 | 139 | ||
| 140 | deltask compile_ptest_base | 140 | deltask compile_ptest_base |
| 141 | RRECOMMENDS:${PN} += "iptables iproute2" | 141 | RRECOMMENDS:${PN} += "iptables iproute2" |
| 142 | |||
| 143 | # Add CVE_PRODUCT to match the NVD CPE product names | ||
| 144 | CVE_PRODUCT = "linuxfoundation:container_network_interface linuxfoundation:cni_network_plugins" | ||
