mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
Fixes #30522. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- 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) - [x] Added/updated automated tests - [ ] Manual QA for all new/changed functionality <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Resolved an issue where host software counts were not updated if the database contained rows with a zero software ID. * **Tests** * Enhanced tests to verify correct handling of host software records with a zero software ID. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
148 B
Text
1 line
148 B
Text
* Fixed a case where host software counts wouldn't be updated if the host_software database table included one or more rows with a zero software_id
|