mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
a7ae828581
https://github.com/fleetdm/confidential/issues/2118 API doc changes are at: https://github.com/fleetdm/fleet/pull/15092 This change affects Chrome-based and Firefox browsers. I tried Safari, but it appears that latest Safari extensions simply show up as regular apps on macOS. # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality - Tested detail query changes on macOS, Windows, Ubuntu, and ChromeOS - Tested Chrome, Edge, Brave, and Firefox browsers Testing notes: 1. Install some browser extensions. 2. Update fleet to this change. 3. Refresh hosts, and trigger vulnerabilities job (which updates host software). 4. Do something like `GET https://localhost:8080/api/v1/fleet/software?query=Password%20Manager` to see `extension_id` and `browser` for the hosts that have updated.
1 line
130 B
Plaintext
1 line
130 B
Plaintext
For /software endpoint, added extension_id and browser fields. These fields are populated for Chromium/Firefox browser extensions. |