Files
fleet/server
Konstantin Sykulev aad329b0da Batched selectSoftwareVersionsSQL (#27361)
https://github.com/fleetdm/fleet/issues/26753

Missed a spot in https://github.com/fleetdm/fleet/pull/27062. The next
place in line that causes the placeholder overflow is
`selectSoftwareVersionsSQL`

- [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/Committing-Changes.md#changes-files)
for more information.
      ^ changes are in the previous PR 
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated automated tests
- [x] A detailed QA plan exists on the associated ticket (if it isn't
there, work with the product group's QA engineer to add it)
- [x] Manual QA for all new/changed functionality
2025-03-20 16:47:24 -05:00
..
2025-03-19 16:35:11 -05:00
2025-03-20 16:05:16 -05:00
2025-03-20 16:05:16 -05:00
2025-03-20 16:05:16 -05:00
2025-03-05 07:31:17 -06:00