[GHSA-p93r-85wp-75v3] Correct Bouncy Castle package version ranges - #9172
Open
ECD5A wants to merge 1 commit into
Open
[GHSA-p93r-85wp-75v3] Correct Bouncy Castle package version ranges#9172ECD5A wants to merge 1 commit into
ECD5A wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
ECD5A/advisory-improvement-9172
August 20, 2026 11:29
ECD5A
force-pushed
the
ECD5A-GHSA-p93r-85wp-75v3
branch
from
August 20, 2026 11:30
e3900dc to
b25bbea
Compare
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.
Summary
Correct the affected version ranges for the three Bouncy Castle Maven artifacts listed in GHSA-p93r-85wp-75v3.
The current ranges assign
1.80.2and1.81.1as fixes for artifacts that never published those versions, and omit two affected release intervals forbcprov-jdk18on.Changes
bcprov-jdk14:>= 1.71, < 1.84bcprov-jdk15to18:>= 1.71, < 1.84bcprov-jdk18on:>= 1.71, < 1.80.2;>= 1.81, < 1.81.1;>= 1.82, < 1.84Evidence
1.71through1.80.1,1.81, and1.82through1.83, with fixes in1.80.2,1.81.1, and1.84: https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905598bcprov-jdk14andbcprov-jdk15to18do not publish1.80.2or1.81.1, while both publish1.84:bcprov-jdk18onpublishes all three fixed versions:Validation
git diff --checkpassesFixes #8994