summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-08-07 15:59:40 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-07 09:01:00 -0700
commit22d5614d2d0c0235b7175ed9be1f2e1592ca3eac (patch)
tree57cf7010129ac660111d9061bfded5f88b49f264 /meta-networking
parentb160fcf8822b9f1e60a6a420e43ee47ddae4f982 (diff)
downloadmeta-openembedded-22d5614d2d0c0235b7175ed9be1f2e1592ca3eac.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb2
1 files changed, 2 insertions, 0 deletions
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() {
119 if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): 119 if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
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
123CVE_PRODUCT = "open-vm-tools vmware:tools"