when i go to software tab, click automation, enabl...
# fleet
f
when i go to software tab, click automation, enable Vulnerability automations enabled and look into payload i got almost that what i want
Copy code
{
  "timestamp": "0000-00-00T00:00:00Z",
  "vulnerability": {
    "cve": "CVE-2014-9471",
    "details_link": "<https://nvd.nist.gov/vuln/detail/CVE-2014-9471>",
    "hosts_affected": [
      {
        "id": 1,
        "display_name": "macbook-1",
        "url": "<https://fleet.example.com/hosts/1>"
      },
      {
        "id": 2,
        "display_name": "macbook-2",
        "url": "<https://fleet.example.com/hosts/2>"
      }
    ]
  }
}