mirror of
https://github.com/fleetdm/fleet
synced 2026-05-13 12:09:19 +00:00
Fixes #31338, #31525. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [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. - [s] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) ## Testing - [x] QA'd all new/changed functionality manually ## fleetd/orbit/Fleet Desktop - [x] Verified compatibility with the latest released version of Fleet (see [Must rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md)) - [x] If the change applies to only one platform, confirmed that `runtime.GOOS` is used as needed to isolate changes - [ ] Verified that fleetd runs on macOS, Linux and Windows - [ ] Verified auto-update works from the released version of component to the 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 | ||