-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update FIPS API libraries of Bouncy Castle #1853
Conversation
Signed-off-by: Tianli Feng <[email protected]>
Can one of the admins verify this patch? |
@@ -36,7 +36,7 @@ dependencies { | |||
compileOnly project(":server") | |||
compileOnly project(":libs:opensearch-cli") | |||
api "org.bouncycastle:bcpg-fips:1.0.4" |
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.
There aren't any vulnerabilities for bcpg-fips
but do you want to update it to 1.0.5.1 along with this change?
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.
Good catch 😄 I will give a refresh to it as well. Since they are used in conjunction, so it make sense to upgrade to a version released together.
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.
Now I gave a full refresh to all bouncy castle libraries. 🏰 Hope the tests pass.
Signed-off-by: Tianli Feng <[email protected]>
Signed-off-by: Tianli Feng <[email protected]>
…ng fixture Signed-off-by: Tianli Feng <[email protected]>
@tlfeng could you backport this to 1.x? |
Sure, I will do! |
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <[email protected]> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <[email protected]> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <[email protected]> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <[email protected]>
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <[email protected]> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <[email protected]> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <[email protected]> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <[email protected]>
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <[email protected]> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <[email protected]> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <[email protected]> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <[email protected]>
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <[email protected]> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <[email protected]> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <[email protected]> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <[email protected]>
Description
Update the versions of all the remaining API libraries of
org.bouncycastle
, which are mainly FIPS APIs, after the recent commit db91d2e (PR #1832)(Thanks for the comment #1853 (comment))
bc-fips
from1.0.2
to1.0.2.1
to reduce the vulnerability CVE-2020-15522bcpg-fips
from1.0.4
to1.0.5.1
bctls-fips
from1.0.9
to1.0.12.2
bouncycastle
tobcpkix-jdk15on
, in HDFS testing fixture.Issues Resolved
None.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.