-
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
[Backport 2.x] Manual backport of google.jimfs #9080
Merged
kotwanikunal
merged 4 commits into
opensearch-project:2.x
from
saratvemulapalli:backport/backport-8585-to-2.x
Aug 2, 2023
Merged
[Backport 2.x] Manual backport of google.jimfs #9080
kotwanikunal
merged 4 commits into
opensearch-project:2.x
from
saratvemulapalli:backport/backport-8585-to-2.x
Aug 2, 2023
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
…project#8585) * trivial change to trigger retry Signed-off-by: Stephen Crawford <[email protected]> --------- Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> (cherry picked from commit 89533c8) Signed-off-by: Sarat Vemulapalli <[email protected]>
saratvemulapalli
requested review from
reta,
anasalkouz,
andrross,
Bukhtawar,
CEHENKLE,
dblock,
gbbafna,
setiah,
kartg,
kotwanikunal,
mch2,
nknize,
owaiskazi19,
Rishikesh1159,
ryanbogan,
shwetathareja,
dreamer-89,
tlfeng,
VachaShah,
dbwiddis,
sachinpkale and
sohami
as code owners
August 2, 2023 21:44
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Poojita-Raj
reviewed
Aug 2, 2023
VachaShah
approved these changes
Aug 2, 2023
Poojita-Raj
approved these changes
Aug 2, 2023
Compatibility status:
|
Compatibility status:
|
Compatibility status:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9080 +/- ##
============================================
+ Coverage 70.68% 70.76% +0.07%
- Complexity 57345 57417 +72
============================================
Files 4749 4749
Lines 271399 271399
Branches 40055 40055
============================================
+ Hits 191851 192052 +201
+ Misses 63090 62912 -178
+ Partials 16458 16435 -23
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
kotwanikunal
approved these changes
Aug 2, 2023
saratvemulapalli
added
dependencies
Pull requests that update a dependency file
v2.10.0
>upgrade
Label used when upgrading library dependencies (e.g., Lucene)
labels
Aug 2, 2023
Gradle Check (Jenkins) Run Completed with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
>upgrade
Label used when upgrading library dependencies (e.g., Lucene)
v2.10.0
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
Manual backport of #8585
Came across this while digging into CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-2976
google.jimfs has a transitive dependency on com.google.guava:guava:30.1-android which is part of the CVE.
This PR #8585 was not backported to 2.x.
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.