mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fixes https://github.com/fleetdm/fleet/issues/29315 - [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 - [x] Manual QA for all new/changed functionality <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * The "created_at" label no longer affects manual label scoping for software packages, ensuring more accurate filtering. * Device authentication tokens are now validated solely by their value, not by their expiration time. * **Tests** * Added new tests to verify label scoping logic, ensuring correct handling of dynamic and manual labels based on timestamps. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
No EOL
102 B
Text
1 line
No EOL
102 B
Text
* Label created_at no longer factored in when scoping software packages by "exclude any" manual labels |