fix(deps, v1.2): upgrade bouncycastle to fix CVE-2025-14813#6316
Open
Yicong-Huang wants to merge 1 commit into
Open
fix(deps, v1.2): upgrade bouncycastle to fix CVE-2025-14813#6316Yicong-Huang wants to merge 1 commit into
Yicong-Huang wants to merge 1 commit into
Conversation
Backport of apache#6286 to release/v1.2. Pins the Bouncy Castle JDK 18 artifacts to 1.84 via shared sbt dependencyOverrides (bcpkix/bcprov/bcutil-jdk18on), and updates computing-unit-managing-service/LICENSE-binary to match the resolved bundled jar versions. Adapted to the v1.2 build.sbt structure: v1.2 has no commonModuleSettings aggregate, so the overrides are appended to asfLicensingSettings and asfLicensingSettingsWithVendored, which every module applies. Related security report: https://github.com/apache/texera/security/dependabot/782 Verified with: JAVA_HOME=$(/usr/libexec/java_home -v 17) sbt 'show ComputingUnitManagingService / dependencyOverrides' 'show ComputingUnitManagingService / update' All three artifacts resolve to 1.84. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v1.2 #6316 +/- ##
==================================================
- Coverage 52.34% 52.33% -0.02%
+ Complexity 2492 2488 -4
==================================================
Files 1074 1074
Lines 42121 42121
Branches 4535 4535
==================================================
- Hits 22047 22042 -5
- Misses 18771 18774 +3
- Partials 1303 1305 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What changes were proposed in this PR?
Backport of #6286 to
release/v1.2.Pins the Bouncy Castle JDK 18 artifacts to
1.84through shared sbtdependencyOverrides:org.bouncycastle:bcpkix-jdk18on1.84org.bouncycastle:bcprov-jdk18on1.84org.bouncycastle:bcutil-jdk18on1.84It also updates
computing-unit-managing-service/LICENSE-binaryto match the resolved bundled jar versions.Adaptation note:
mainhas a refactoredbuild.sbtwith acommonModuleSettingsaggregate that #6286 hooked into.release/v1.2has no such aggregate — every module appliesasfLicensingSettings/asfLicensingSettingsWithVendoreddirectly — so the overrides are appended to those two instead. Functionally equivalent.Any related issues, documentation, discussions?
Related security report: https://github.com/apache/texera/security/dependabot/782
How was this PR tested?
Confirmed
bcpkix-jdk18on,bcprov-jdk18on, andbcutil-jdk18onall resolve to1.84.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude (Opus 4.8)
🤖 Generated with Claude Code