Security Fix: Okio CVE-2023-3635 + OkHttp Jar Update#23796
Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom Jan 28, 2025
Merged
Security Fix: Okio CVE-2023-3635 + OkHttp Jar Update#23796tdcmeehan merged 1 commit intoprestodb:masterfrom
tdcmeehan merged 1 commit intoprestodb:masterfrom
Conversation
|
|
1e17bcc to
8bed2f9
Compare
8bed2f9 to
4bd3bc1
Compare
f8715a8 to
e3b47f0
Compare
e13efb9 to
dab801a
Compare
Contributor
|
Thanks for the release note entry! Nit to remove |
af5b4c3 to
ef04384
Compare
aaneja
reviewed
Jan 17, 2025
aaneja
reviewed
Jan 17, 2025
presto-client/src/main/java/okhttp/internal/tls/DistinguishedNameParser.java
Show resolved
Hide resolved
ZacBlanco
reviewed
Jan 17, 2025
85bca20 to
f3d345d
Compare
aaneja
previously approved these changes
Jan 22, 2025
ZacBlanco
reviewed
Jan 22, 2025
presto-client/src/main/java/okhttp/internal/tls/DistinguishedNameParser.java
Outdated
Show resolved
Hide resolved
72a9e67 to
d4aee3e
Compare
…n 4.12.0 to address CVE-2023-3635.
d4aee3e to
4bbd3de
Compare
ZacBlanco
approved these changes
Jan 22, 2025
aaneja
approved these changes
Jan 23, 2025
tdcmeehan
approved these changes
Jan 28, 2025
arhimondr
reviewed
Jan 29, 2025
arhimondr
reviewed
Jan 29, 2025
| <artifactId>okhttp</artifactId> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>org.jetbrains</groupId> |
Member
There was a problem hiding this comment.
What issue does this dependency cause? Is this dependency needed in runtime?
Contributor
Author
There was a problem hiding this comment.
The exclusion prevents a build failure due to scope conflicts. Without it, Maven reports scope issues that lead to build failures. This dependency isn't needed at runtime; it's only required to pass the build checks.
Contributor
|
@ethanyzhang imported this issue into IBM GitHub Enterprise |
This was referenced Mar 10, 2025
30 tasks
30 tasks
This was referenced May 6, 2025
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.
Description
This PR fixes the Okio security vulnerability (CVE-2023-3635) by upgrading from version 1.17.2 to 3.6.0. It also includes an update to the OkHttp jar from 3.9.0 to 4.12.0
Motivation and Context
A flaw was found in Okio’s GzipSource class that doesn’t handle exceptions properly, allowing potential Denial of Service (DoS) attacks with malformed files.
CVE-2023-3635: Details
Impact
Image Scan showed the vulnerability have been removed.
correlation-report-ibm-lh-presto-okie check.csv
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.