-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][sec] Upgrade Bouncycastle to 1.75 to address CVE-2023-33201 #20631
Conversation
It seems that some code changes are required:
https://www.bouncycastle.org/releasenotes.html , changes in 1.72 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I wonder if the bookie would start with TLS enabled given that we had to do some changes in the code
this seems to be the change that makes it necessary to pass the IESParametersSpec: |
Motivation
OWASP Dependency Check fails
Upgrade Bouncycastle to 1.75 to address CVE-2023-33201.
Modifications
Bouncycastle has switched to Java 8 (1.8) as the baseline since 1.71. When upgrading to 1.75, it is necessary to
exclude the
bc*-jdk15on
dependencies and instead use thebc*-jdk18on
dependencies. Since many librarieshave the jdk15on dependency as a transient dependency, it is necessary to handle the exclusions while upgrading.
Documentation
doc
doc-required
doc-not-needed
doc-complete