Upgrade bouncycastle to 1.84 to address BDSA-2026-7218.#22909
Draft
atriantafyllos-da wants to merge 2 commits intorelease/2.10.xfrom
Draft
Upgrade bouncycastle to 1.84 to address BDSA-2026-7218.#22909atriantafyllos-da wants to merge 2 commits intorelease/2.10.xfrom
atriantafyllos-da wants to merge 2 commits intorelease/2.10.xfrom
Conversation
(cherry picked from commit d5c5b22)
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.
Blackduck found BDSA-2026-7218 vulnerability in bouncycastle 1.83. Upgrading to 1.84 should resolve the issue.
Updating:
bouncycastle 1.83 -> 1.84
Note: Since the process involves synchronous changes to both the SDK and Canton repositories, it may conflict with the daily SDK update task. To avoid issues, please coordinate with the person responsible for the SDK update via the #team-sdk-update Slack channel."
Steps:
Create a dependencies SDK PR to update the relevant dependencies.
Ensure the dependencies SDK PR passes all CI checks.
Create a snapshot PR to generate an ad-hoc snapshot based on the dependencies SDK PR.
Obtain approval for the snapshot PR from a release owner.
Merge the snapshot PR and wait until the release process completes.
Create a draft dependencies Canton PR with the following updates:
Ensure the dependencies Canton PR passes all CI checks. You may need to iterate by updating additional dependencies in the dependencies SDK PR and repeating the previous steps.
Get the dependencies Canton PR reviewed and approved by @rgugliel-da.
Mark the dependencies SDK PR as ready for review, obtain approval from a release owner, and merge it.
Create a proper snapshot from the release branch you're working on (typically
main).Update the dependencies Canton PR to use the new proper snapshot.
Merge the dependencies Canton PR.
close this issue.