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>
This commit is contained in:
Het Patel
2026-02-26 04:51:03 -08:00
committed by Khem Raj
parent a428ea90c0
commit 9b69587ecb
@@ -120,6 +120,6 @@ python() {
raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
}
CVE_PRODUCT = "open-vm-tools vmware:tools"
CVE_PRODUCT = "open-vm-tools vmware:tools vmware:open_vm_tools"
CVE_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"
CVE_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"