Hi There,
There is already a VMware vendor block within the default cpe_helper.json. If you need to add the Tools package you can do it like so:
{
"target": "windows",
"source": {
"vendor": [
"^VMware"
],
"product": [
"^VMware Workstation$",
"^VMware Player$",
"^VMware Tools$",
"test_entry"
],
"version": []
},
"translation": {
"vendor": [
"vmware"
],
"product": [
[
"workstation",
"workstation_pro (version >= 12.0.0)"
],
[
"workstation_player (version >= 12.0.0)",
"workstation (version >= 12.0.0)",
"player (version < 12.0.0)"
],
"tools",
"test_entry_translation"
],
"version": []
},
"action": [
"replace_vendor",
"replace_product_if_matches"
]
},
Please check if you do get the proper alert after the changes.