summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHet Patel <hetpat@cisco.com>2026-02-26 04:51:03 -0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:26:01 -0800
commit9b69587ecb92b3acb7b3092217357de9c1be14e6 (patch)
tree34a51bf0c1a2d097d5962cbd148e4a27a6cbf4fd
parenta428ea90c08fc93ce5e39612974323aad26d1ef3 (diff)
downloadmeta-openembedded-9b69587ecb92b3acb7b3092217357de9c1be14e6.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>
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb
index 80dc3529c0..4ec6d5aa86 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_13.0.10.bb
@@ -120,6 +120,6 @@ python() {
120 raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.') 120 raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
121} 121}
122 122
123CVE_PRODUCT = "open-vm-tools vmware:tools" 123CVE_PRODUCT = "open-vm-tools vmware:tools vmware:open_vm_tools"
124CVE_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" 124CVE_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-4200] = "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-4200] = "fixed-version: No action required. The current version (12.3.5) is not affected by the CVE which affects version 10.0.3"