mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fixes #30390 # 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. ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually ## Database migrations - [x] Checked table schema to confirm autoupdate <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Expanded support for certificate country codes up to 32 characters, allowing non-standard country code values. * **Bug Fixes** * Improved certificate ingestion to handle and log fields that exceed maximum allowed lengths instead of causing failures. * **Tests** * Added tests to verify handling of long country codes and truncation of overly long certificate fields. * **Chores** * Updated database schema to increase the allowed length for country code fields in certificates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
212 B
Text
1 line
212 B
Text
Updated Fleet's certificate ingestion to accept non-standard country codes of longer than 2 characters. In addition, updated ingestion of other fields to truncate long values and log an error instead of failing.
|