mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
Changes to add `team_identifier` signing information to macOS applications on the `/api/latest/fleet/hosts/:id/software` API endpoint. Docs: https://github.com/fleetdm/fleet/pull/23743 - [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. - [X] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [X] Added/updated tests - [X] If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes - [X] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [X] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [X] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects. - [ X Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). - [X] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [X] Orbit runs on macOS, Linux and Windows. Check if the orbit feature/bugfix should only apply to one platform (`runtime.GOOS`). - [X] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [X] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). --------- Co-authored-by: Tim Lee <timlee@fleetdm.com> Co-authored-by: Ian Littman <iansltx@gmail.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 8750-add-team_identifier-to-software | ||
| 14899-yara-rules | ||
| 20595-improve-memory-usage-software-installers | ||
| 21338-scope-profile-pending-rebuild | ||
| 21633-windows-auto-enrollment-info-banner | ||
| 21709-activities-automation-activity | ||
| 21888-dequeue-pending-scripts | ||
| 22162-exclude-labels-fix-default-behavior | ||
| 22187-gitops-software-relative-paths | ||
| 22224-query-log-destinations | ||
| 22269-software-title-updated-at | ||
| 22359-gitops-mult-abm | ||
| 22437-linux-lock-black-screen | ||
| 22446-scripts-modal | ||
| 22575-ui-for-include-any-labels | ||
| 22576-labels-include-any-gitops | ||
| 22578-db-schema | ||
| 22581-cron-updates | ||
| 22606-keyboard-accessiblity | ||
| 22773-fma-uninstall-fix | ||
| 22891-zstd-deb-packages | ||
| 22985-disable-forms-keyboard-access | ||
| 23016-add-chrome-host-text-area-height | ||
| 23078-allow-skipping-vuln-details | ||
| 23128-update-mock-service-worker-package-for-secutiy | ||
| 23200-ade-enroll | ||
| 23213-okta-verify | ||
| 23247-vpp-app-install | ||
| 23492-software-batch-status-code | ||
| 23525-ndes-errors | ||
| 23597-fix-create-update-label-returns-outdated-info | ||
| 23651-reenter-password | ||
| 23669-dismiss-error-flash-on-url-change-dup | ||