fleet/orbit/pkg/dataflatten
Victor Lyuboslavsky 6b7d232522
Additional CA validation (#27169)
For #26623

- Updated `github.com/groob/plist` to `github.com/micromdm/plist` -- it
was renamed
- Added validation that restricts DigiCert Fleet variables to
`com.apple.security.pkcs12` payloads plus additional restrictions
- Added validation that restricts Custom SCEP Fleet variables to
`com.apple.security.scep` payloads plus additional restrictions
- Enabled multiple CAs (Fleet variables) to be present in an Apple MDM
profile. But each CA can only be used once. For example, we can have
DigiCert CA and Custom SCEP CA in one Apple profile.

# Checklist for submitter
- [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] Added/updated automated tests
- [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
2025-03-19 08:27:55 -05:00
..
testdata Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
flatten.go Additional CA validation (#27169) 2025-03-19 08:27:55 -05:00
flatten_test.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
ini.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
ini_test.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
json.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
jsonl.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
plist.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
plist_test.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
row.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
row_test.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
string_delimited.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00
xml.go Add Kolide osquery tables 2023-11-01 20:11:35 -06:00