Release 2.9 1.6 - #237
Conversation
Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
Update provisioning libraries and tooling Co-authored-by: silabs-matter-ci-bot[bot] <silabs-matter-ci-bot[bot]@users.noreply.github.com>
PR SummaryHigh Risk Overview Firmware/storage API updates support that behavior: The PR also introduces bundled provision config ( Reviewed by Cursor Bugbot for commit 4df04a1. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 4df04a1. Configure here.
| static constexpr size_t kCsrLengthMax = 512; | ||
| static constexpr size_t kCommonNameMax = 128; | ||
| // X.509 (RFC 5280, Appendix A.1): CommonName attribute value is limited to 64 characters | ||
| static constexpr size_t kCommonNameMax = 64; |
There was a problem hiding this comment.
Common name length mismatch
Medium Severity
kCommonNameMax is reduced to 64 on-device, but common_name in the added parameters config still has no max, so the host can accept names longer than storage and CSR subject limits allow.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 4df04a1. Configure here.
|
This was just a test. Only changes coming from 2.9 are coming from provision artifact. They should come from provision repo directly. |


Problem / Feature
What is being fixed? What is the feature being added? Examples:
Change overview
What's in this PR
Testing
How was this tested?