Skip to content

Added validation for empty certificate subject name. (#38114)#38121

Merged
getvictor merged 1 commit intorc-minor-fleet-v4.79.0from
victor/38109-cherry-pick
Jan 9, 2026
Merged

Added validation for empty certificate subject name. (#38114)#38121
getvictor merged 1 commit intorc-minor-fleet-v4.79.0from
victor/38109-cherry-pick

Conversation

@getvictor
Copy link
Copy Markdown
Member

Related issue: Resolves #38109

Checklist for submitter

Testing

  • Added/updated automated tests
  • QA'd all new/changed functionality manually

Summary by CodeRabbit

  • Bug Fixes
  • Improved validation to reject certificate templates with empty or whitespace-only subject names and provide clearer error messaging when the certificate template subject name is required.

✏️ Tip: You can customize this high-level summary in your review settings.

(cherry picked from commit cb3f618)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #38109

# Checklist for submitter

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Improved validation to reject certificate templates with empty or
whitespace-only subject names and provide clearer error messaging when
the certificate template subject name is required.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

(cherry picked from commit cb3f618)
@getvictor getvictor marked this pull request as ready for review January 9, 2026 19:47
@getvictor getvictor requested a review from a team as a code owner January 9, 2026 19:47
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (rc-minor-fleet-v4.79.0@c483497). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                    @@
##             rc-minor-fleet-v4.79.0   #38121   +/-   ##
=========================================================
  Coverage                          ?   65.94%           
=========================================================
  Files                             ?     2358           
  Lines                             ?   187521           
  Branches                          ?     7949           
=========================================================
  Hits                              ?   123656           
  Misses                            ?    52580           
  Partials                          ?    11285           
Flag Coverage Δ
backend 67.75% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@getvictor getvictor merged commit 47a52f2 into rc-minor-fleet-v4.79.0 Jan 9, 2026
45 checks passed
@getvictor getvictor deleted the victor/38109-cherry-pick branch January 9, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subject name in an Android certificate can be left empty when using the API

2 participants