mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
For #30199. This is one of a few approaches to mitigate the issue the customer is seeing. This is SQLi-safe because we're dealing with an unsigned int parameter, sprintf'd %d. Existing tests fully cover this path. # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [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) - [ ] Manual QA for all new/changed functionality
1 line
99 B
Text
1 line
99 B
Text
* Improved performance when pulling team settings on osquery config and distributed read endpoints
|