mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- [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) ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Enhanced authorization validation for certificate template batch deletion operations, ensuring all templates belong to the specified team before allowing deletion. * **Tests** * Added authorization verification tests for certificate template deletion to prevent cross-team unauthorized access. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
No EOL
51 B
Text
1 line
No EOL
51 B
Text
* Optimizing certificate template batch delete auth |