spookerlabs
10/15/2021, 3:33 PM/api/v1/fleet/software?query
and it returned all information even if I use any value. https://fleetdm.com/docs/using-fleet/rest-api#example108
3-) Documentation (https://fleetdm.com/docs/using-fleet/vulnerability-processing#setup ) tells to change config in wrong place vulnerabilities:
and correct seems like vulnerability_settings:
"name": "tar",
"version": "1.26",
"source": "rpm_packages",
"generated_cpe": "cpe:2.3:a:archive\\:\\:tar_project:archive\\:\\:tar:1.26:*:*:*:*:perl:*:*",
"vulnerabilities": [
{
"cve": "CVE-2007-4829",
"details_link": "<https://nvd.nist.gov/vuln/detail/CVE-2007-4829>"
},
{
"cve": "CVE-2018-12015",
"details_link": "<https://nvd.nist.gov/vuln/detail/CVE-2018-12015>"
}
]
},
Tomas Touceda
10/15/2021, 4:25 PMspookerlabs
10/15/2021, 5:14 PMTomas Touceda
10/15/2021, 5:16 PMAbout number 2 asking since there are "filters" over doc page and I was thnking I'm doing something wrongyeah, that part is confusing, we have a standard way to set pagination and such, but the query part in this case is not wired in, which was a mistake on my part. what kind of data where you hoping to gather from software?
spookerlabs
10/15/2021, 5:22 PMwhat kind of data where you hoping to gather from software?
I'd like to have hostname there or filter by hostname.Tomas Touceda
10/15/2021, 5:23 PMspookerlabs
10/15/2021, 5:27 PMTomas Touceda
10/15/2021, 5:31 PM