-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Security Fix: Okio CVE-2023-3635 + OkHttp Jar Update #23796
Draft
Mariamalmesfer
wants to merge
5
commits into
prestodb:master
Choose a base branch
from
Mariamalmesfer:okie-fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+3
−1
Conversation
This file contains 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
Mariamalmesfer
force-pushed
the
okie-fix
branch
2 times, most recently
from
October 13, 2024 09:24
1e17bcc
to
8bed2f9
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
from
October 13, 2024 09:41
8bed2f9
to
4bd3bc1
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
3 times, most recently
from
October 15, 2024 13:51
f8715a8
to
e3b47f0
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
5 times, most recently
from
November 4, 2024 06:46
e13efb9
to
dab801a
Compare
Thanks for the release note entry! Nit to remove
|
Mariamalmesfer
force-pushed
the
okie-fix
branch
12 times, most recently
from
November 7, 2024 22:14
af5b4c3
to
ef04384
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
2 times, most recently
from
December 5, 2024 20:39
ec57bd1
to
cf9024b
Compare
prestodb-ci
requested review from
a team,
zuyu and
infvg
and removed request for
a team
December 5, 2024 20:45
Mariamalmesfer
force-pushed
the
okie-fix
branch
from
December 5, 2024 20:46
cf9024b
to
3e21dd7
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
12 times, most recently
from
December 10, 2024 13:10
04ea41e
to
5de7a82
Compare
Open source nexus deployment requires the creation of a JAR with Javadoc. Because we depend on the code in the `presto-native-execution` module now in other modules for tests, we need to release these artifacts to Nexus along with the rest of the modules we release. Because there is only testing code in this module, it fails during Nexus deployment. Adding a dummy class with Javadoc to allow this artifact to be released.
Mariamalmesfer
force-pushed
the
okie-fix
branch
from
December 10, 2024 21:41
5de7a82
to
a0525f5
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
from
December 24, 2024 20:24
cfe753e
to
5549d70
Compare
Mariamalmesfer
force-pushed
the
okie-fix
branch
from
December 25, 2024 10:32
5549d70
to
472111e
Compare
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.
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.