-
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
Bump bouncycastle from 1.77 to 1.78 #13243
Conversation
Signed-off-by: Andriy Redko <[email protected]>
❕ Gradle check result for ac93409: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13243 +/- ##
============================================
+ Coverage 71.42% 71.44% +0.02%
- Complexity 59978 60654 +676
============================================
Files 4985 5040 +55
Lines 282275 285432 +3157
Branches 40946 41335 +389
============================================
+ Hits 201603 203924 +2321
- Misses 63999 64678 +679
- Partials 16673 16830 +157 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 5375970) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 5375970) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
OS 1.3.x is currently on BC 1.75 which is vulnerable to a few new CVEs (CVE-2024-30172, CVE-2024-30171 and CVE-2024-29857). Would it be possible to backport these BC upgrades to 1.3.x? |
@dblock I think we could backport but we need to make changes in lockstep with |
One of the CVEs is high, other two are medium.
Happy to do the work however haven't worked in the OS codebase so might need some guidance or elaboration on the above. I'll get started on the backport and reach out with any issues. |
Signed-off-by: Milly Wilson <[email protected]>
…ct#13243) Signed-off-by: Milly Wilson <[email protected]>
…0172, CVE-2024-30171 and CVE-2024-29857) (#13484) * [Backport][1.3] Bump BouncyCastle to 1.76 (#10219) Signed-off-by: Milly Wilson <[email protected]> * [Backport][1.3] Update BouncyCastle dependencies from jdk15to18 to jdk18on (#12317) Signed-off-by: Milly Wilson <[email protected]> * [Backport][1.3] Bump bouncycastle from 1.77 to 1.78 (#13243) Signed-off-by: Milly Wilson <[email protected]> * PR#13484 Re-work * Update BC from 1.78 to 1.78.1 with latest fixes. * Remove incorrect jdk15to18 module replacement definitions as artifacts are still supported. * Add release notes. * Remove unneccessary license additions. Signed-off-by: Milly Wilson <[email protected]> * PR#13484 Re-work * Rename licenses from jdk18on to jdk15to18 and 1.78 to 1.78.1. * Update SHAs for BC 1.78.1 licenses. Signed-off-by: Milly Wilson <[email protected]> * PR#13484 Re-work Update Changelog and remove release notes file as this will be created upon release. Signed-off-by: Milly Wilson <[email protected]> --------- Signed-off-by: Milly Wilson <[email protected]> Co-authored-by: Andrey Pleskach <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
Description
Bump bouncycastle from 1.77 to 1.78
Related Issues
N/A
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.