mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #41663 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements), JS inline code is prevented especially for url redirects ## Testing - [x] Added/updated automated tests - [x] Where appropriate, [automated tests simulate multiple hosts and test for host isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing) (updates to one hosts's records do not affect another) - [x] QA'd all new/changed functionality manually The 2 first software entries are for FMAs that had multiple versions in Fleet and had been rolled back. Note that there is 1 row for each. <img width="2940" height="1912" alt="LWScreenShot 2026-03-13 at 2 53 50 PM" src="https://github.com/user-attachments/assets/48464655-5728-4965-8fd4-4c4c0c550f35" />
1 line
86 B
Text
1 line
86 B
Text
- Stopped duplicate Fleet-maintained app entries from showing up in setup experience.
|