mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 04:28:42 +00:00
For #26692 (fixes permission issue when extracting dirs). Reverts changes to `update.go` to remove TUF test surface. # 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] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [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 - For Orbit and Fleet Desktop changes: - [ ] Make sure fleetd is compatible with the latest released version of Fleet (see [Must rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/fleetd-development-and-release-strategy.md)). - [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit feature/bugfix should only apply to one platform (`runtime.GOOS`). - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). |
||
|---|---|---|
| .. | ||
| scripts | ||
| testdata | ||
| deb.go | ||
| file.go | ||
| file_bench_test.go | ||
| file_test.go | ||
| management.go | ||
| management_test.go | ||
| msi.go | ||
| pdf.go | ||
| pdf_test.go | ||
| pe.go | ||
| pe_test.go | ||
| rpm.go | ||
| rpm_test.go | ||
| tgz.go | ||
| validation.go | ||
| validation_test.go | ||
| xar.go | ||
| xar_test.go | ||