-
Notifications
You must be signed in to change notification settings - Fork 186
fix CVE-2025-55163, CVE-2025-48924, CVE-2025-58057 #4339
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
Conversation
Signed-off-by: Brian Flores <iflorbri@amazon.com>
Signed-off-by: Brian Flores <iflorbri@amazon.com>
Signed-off-by: Brian Flores <iflorbri@amazon.com>
* fix model it by replace claude v1/v2 Signed-off-by: xinyual <xinyual@amazon.com> * remove useless change Signed-off-by: xinyual <xinyual@amazon.com> --------- Signed-off-by: xinyual <xinyual@amazon.com> Signed-off-by: Brian Flores <iflorbri@amazon.com>
…opensearch-project#3761) Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Brian Flores <iflorbri@amazon.com>
* fix Cohere IT Signed-off-by: xinyual <xinyual@amazon.com> * apply spotless Signed-off-by: xinyual <xinyual@amazon.com> * delete useless it Signed-off-by: xinyual <xinyual@amazon.com> --------- Signed-off-by: xinyual <xinyual@amazon.com> Signed-off-by: Brian Flores <iflorbri@amazon.com>
25c2346 to
b8e69bd
Compare
|
Hi Maintainers can we please kickoff CI again? There was 2 PRs missing from 2.19 |
The PR authors or maintainers need to decide which PRs should be backported. Once they are up, infra may take a look into merging during releases. However, the decision to backport or not solely depends on maintainers |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 2.19 #4339 +/- ##
============================================
+ Coverage 80.32% 80.36% +0.03%
- Complexity 6967 6977 +10
============================================
Files 610 610
Lines 30438 30424 -14
Branches 3411 3407 -4
============================================
- Hits 24450 24449 -1
+ Misses 4521 4516 -5
+ Partials 1467 1459 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Okay great the CI Finally passed on Linux 21 & 17 we can merge now cc: @gaiksaya |
Can we get one of the maintainers to approve please? |
Description
Upon making a CVE fix #4298 . which involved bumping netty, there was a netty exception.
There exists a cherry pick which bumped netty on mainline but required code changes
#4175 . The issue here is that the version catalog in that mainline commit was not synced from core 2.19.4 . Making the change non-trivial
Reviewer objectives
use mainline versions.aws via hardcodeand aboveRelated Issues
Resolves the snapshot PR #4143
Next steps
Check List
--signoff.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.