Skip to content
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

Updates Bouncy Castle to 1.78.1 and removes jdk15on dependencies #4871

Merged

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented Aug 23, 2024

Description

Updates Bouncy Castle to 1.78.1. Update any projects that attempt to use Bouncy Castle jdk15on dependencies with the jdk18on dependency instead. This will prevent any of the older jdk15on dependencies from getting into our classpath. In particular, this was coming from hadoop-common.

Verification

./gradlew -p data-prepper-main dependencies
|    |    +--- org.apache.hadoop:hadoop-common:3.4.0
...
|    |    |    +--- org.bouncycastle:bcprov-jdk15on:1.70 -> org.bouncycastle:bcprov-jdk18on:1.78.1

Issues Resolved

None

Fixes a few CVEs:

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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.

…use Bouncy Castle jdk15on dependencies with the jdk18on dependency instead. This will prevent any of the older jdk15on dependencies from getting into our classpath. In particular, this was coming from hadoop-common.

Signed-off-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable merged commit 0a26f59 into opensearch-project:main Aug 26, 2024
72 of 76 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 26, 2024
…use Bouncy Castle jdk15on dependencies with the jdk18on dependency instead. This will prevent any of the older jdk15on dependencies from getting into our classpath. In particular, this was coming from hadoop-common. (#4871)

Signed-off-by: David Venable <dlv@amazon.com>
(cherry picked from commit 0a26f59)
dlvenable added a commit that referenced this pull request Aug 26, 2024
…use Bouncy Castle jdk15on dependencies with the jdk18on dependency instead. This will prevent any of the older jdk15on dependencies from getting into our classpath. In particular, this was coming from hadoop-common. (#4871) (#4873)

Signed-off-by: David Venable <dlv@amazon.com>
(cherry picked from commit 0a26f59)

Co-authored-by: David Venable <dlv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants