-
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
Upgrading Jettison due to CVE-2022-45685 #5777
Conversation
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
|
Flaky test: #4789 :/ |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #5777 +/- ##
============================================
- Coverage 70.98% 70.87% -0.11%
+ Complexity 58818 58736 -82
============================================
Files 4768 4768
Lines 280575 280575
Branches 40514 40514
============================================
- Hits 199155 198851 -304
- Misses 65085 65414 +329
+ Partials 16335 16310 -25
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* Upgrading Jettison due to CVE Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Updated Changelog Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-5777-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 32dd9e2e825fecd5b3fd87c6bbfbaa49cfd2f6f9
# Push it to GitHub
git push --set-upstream origin backport/backport-5777-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
…y-azure-classic This is a backport of opensearch-project#5777 Signed-off-by: Kartik Ganesh <gkart@amazon.com>
This is a backport of opensearch-project#5777 Signed-off-by: Kartik Ganesh <gkart@amazon.com>
…y-azure-classic (#6391) * [Backport 2.x] Bump jettison from 1.5.1 to 1.5.3 in /plugins/discovery-azure-classic This is a backport of #5777 Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Update CHANGELOG message with PR Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com>
…y-azure-classic (#6392) * Bump jettison from 1.5.0 to 1.5.1 in /plugins/discovery-azure-classic This is a backport of #5777 Signed-off-by: Kartik Ganesh <gkart@amazon.com> * updated CHANGELOG message with PR Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com>
Signed-off-by: Sarat Vemulapalli vemulapallisarat@gmail.com
Description
Upgrading Jettison due to CVE-2022-45685
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.