summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHet Patel <hetpat@cisco.com>2026-05-07 23:29:14 -0700
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-21 08:57:43 +0530
commit90a0e3bf89582e3ce7afc7d7d598ab467d44004d (patch)
tree0632b7fb0ae93d827ad1ea1b2d227ef87a746c65
parentaaa594e19e932d99f9de020a5f9f83077d0cf28d (diff)
downloadmeta-openembedded-90a0e3bf89582e3ce7afc7d7d598ab467d44004d.tar.gz
open-vm-tools: Add entry to CVE_PRODUCT to support the product name
- Added 'vmware:open_vm_tools' to CVE_PRODUCT to align with the NVD CPE and ensure accurate CVE reporting. Signed-off-by: Het Patel <hetpat@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9b69587ecb92b3acb7b3092217357de9c1be14e6) Signed-off-by: Himanshu Jadon <hjadon@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.3.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.3.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.3.5.bb
index 1ef2781d6a..1bad8ea45b 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.3.5.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.3.5.bb
@@ -121,6 +121,6 @@ python() {
121 raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.') 121 raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
122} 122}
123 123
124CVE_PRODUCT = "open-vm-tools vmware:tools" 124CVE_PRODUCT = "open-vm-tools vmware:tools vmware:open_vm_tools"
125CVE_STATUS[CVE-2014-4199] = "fixed-version: No action required. The current version (12.3.5) is not affected by the CVE which affects version 10.0.3" 125CVE_STATUS[CVE-2014-4199] = "fixed-version: No action required. The current version (12.3.5) is not affected by the CVE which affects version 10.0.3"
126CVE_STATUS[CVE-2014-4200] = "fixed-version: No action required. The current version (12.3.5) is not affected by the CVE which affects version 10.0.3" 126CVE_STATUS[CVE-2014-4200] = "fixed-version: No action required. The current version (12.3.5) is not affected by the CVE which affects version 10.0.3"