Update didx509cpp from 0.12.0 to 0.99.0#7943
Merged
achamayou merged 3 commits intoJun 15, 2026
Merged
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
maxtropets
approved these changes
Jun 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the vendored didx509cpp header to upstream didx509cpp-0.99.0, repins the component metadata, and records the dependency bump in the changelog.
Changes:
- Refreshed
3rdparty/exported/didx509cpp/didx509cpp.hto the upstream 0.99.0 header. - Updated
cgmanifest.jsonto point at tagdidx509cpp-0.99.0/ commitf797d09.... - Added a
[7.0.5]changelog entry noting the dependency update.
Custom instructions used:
.github/copilot-instructions.md.github/instructions/reviewing.instructions.md.github/instructions/changelog.instructions.md
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
3rdparty/exported/didx509cpp/didx509cpp.h |
Vendor refresh to upstream didx509cpp-0.99.0. |
cgmanifest.json |
Repins the dependency tag/commit for component governance. |
CHANGELOG.md |
Notes the dependency update under [7.0.5]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the vendored
didx509cppheader to upstream tagdidx509cpp-0.99.0(commitf797d09cc3dcadca41844f75422650c714718e3c).3rdparty/exported/didx509cpp/didx509cpp.h: refreshed to the 0.99.0 header (byte-identical to upstream at that tag).cgmanifest.json: repinned the component todidx509cpp-0.99.0/f797d09.CHANGELOG.md: noted the dependency update under[7.0.5].Validation
didx509cppis header-only with no in-tree build/test target, so the update was validated against the upstreammicrosoft/didx509cpptest suite:didx509cpp-0.99.0.Closes #7939