From 22d5614d2d0c0235b7175ed9be1f2e1592ca3eac Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 7 Aug 2023 15:59:40 +0800 Subject: open-vm-tools: add CVE_PRODUCT vmware:tools is also a valid CVE_PRODUCT for open-vm-tools, e.g., https://nvd.nist.gov/vuln/detail/CVE-2023-20867. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb index e12e4be7f8..4873e9d89c 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb @@ -119,3 +119,5 @@ python() { if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.') } + +CVE_PRODUCT = "open-vm-tools vmware:tools" -- cgit v1.2.3-54-g00ecf