mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
0709d1bc5c
* add cpe translations * fix matching on target_sw
34 lines
602 B
JSON
34 lines
602 B
JSON
[
|
|
{
|
|
"software": {
|
|
"bundle_identifier": ["us.zoom.xos"],
|
|
"source": ["apps"]
|
|
},
|
|
"filter": {
|
|
"product": ["zoom", "meetings"],
|
|
"vendor": ["zoom"],
|
|
"target_sw": ["macos", "mac_os"]
|
|
}
|
|
},
|
|
{
|
|
"software": {
|
|
"name": ["/^ruby(@.*)?$/"],
|
|
"source": ["homebrew_packages"]
|
|
},
|
|
"filter": {
|
|
"product": ["ruby"],
|
|
"vendor": ["ruby-lang"]
|
|
}
|
|
},
|
|
{
|
|
"software": {
|
|
"name": ["/^node(@.*)?$/"],
|
|
"source": ["homebrew_packages"]
|
|
},
|
|
"filter": {
|
|
"product": ["node.js"],
|
|
"vendor": ["nodejs"]
|
|
}
|
|
}
|
|
]
|