mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 06:28:40 +00:00
related to https://github.com/fleetdm/fleet/issues/10547, https://github.com/fleetdm/fleet/issues/10549, https://github.com/fleetdm/fleet/issues/10550 and https://github.com/fleetdm/fleet/issues/10552 this prevents user interaction with fleet-managed profiles, including: - batch actions - individual POST/UPDATE/DELETE actions - listing # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] Added/updated tests |
||
|---|---|---|
| .. | ||
| profiles.go | ||
| profiles_darwin.go | ||
| profiles_darwin_test.go | ||
| profiles_notdarwin.go | ||
| profiles_notdarwin_test.go | ||