Gavin
09/22/2021, 4:15 PMfleetctl get software --json > vulns.json
jq '.spec[]|select((.vulnerabilities != null) and (.source=="chocolatey_packages")) | .name , .vulnerabilities ' vulns.json | sort | uniq
Tomas Touceda
09/22/2021, 4:19 PMGavin
09/22/2021, 4:26 PMzwass