mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 12:37:43 +00:00
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>
This commit is contained in:
parent
aaa594e19e
commit
90a0e3bf89
@ -121,6 +121,6 @@ python() {
|
|||||||
raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
|
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-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"
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user