-
Notifications
You must be signed in to change notification settings - Fork 152
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
address CVEs CVE-2025-25193, CVE-2025-24970, CVE-2024-57699 #3575
Conversation
Signed-off-by: Jing Zhang <[email protected]>
Something wrong with test cases about json path, taking a look. |
Hi @jngz-es please pending 24970 as we have a PR in core trying to update as well. opensearch-project/OpenSearch#17396 cc: @dhrubo-os Thanks. |
Yeah, will do. |
Hi @jngz-es please proceed with the changes and merge. Thanks. |
7854cd0
to
8d9ae31
Compare
Hi @peterzhuamazon , I got the below error which is confusing me. Do you have any idea?
|
hardcode awssdk version to 2.30.18 Signed-off-by: Jing Zhang <[email protected]>
8d9ae31
to
58cb6ac
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3575 +/- ##
============================================
+ Coverage 80.25% 80.29% +0.04%
- Complexity 6906 6936 +30
============================================
Files 610 610
Lines 30077 30296 +219
Branches 3368 3388 +20
============================================
+ Hits 24137 24326 +189
- Misses 4487 4507 +20
- Partials 1453 1463 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* address CVEs CVE-2025-25193, CVE-2025-24970, CVE-2024-57699 Signed-off-by: Jing Zhang <[email protected]> * add exact version 2.5.2 for json-smart hardcode awssdk version to 2.30.18 Signed-off-by: Jing Zhang <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4d95466)
* address CVEs CVE-2025-25193, CVE-2025-24970, CVE-2024-57699 Signed-off-by: Jing Zhang <[email protected]> * add exact version 2.5.2 for json-smart hardcode awssdk version to 2.30.18 Signed-off-by: Jing Zhang <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4d95466)
…3578) * address CVEs CVE-2025-25193, CVE-2025-24970, CVE-2024-57699 Signed-off-by: Jing Zhang <[email protected]> * add exact version 2.5.2 for json-smart hardcode awssdk version to 2.30.18 Signed-off-by: Jing Zhang <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4d95466) Co-authored-by: Jing Zhang <[email protected]>
…3577) * address CVEs CVE-2025-25193, CVE-2025-24970, CVE-2024-57699 Signed-off-by: Jing Zhang <[email protected]> * add exact version 2.5.2 for json-smart hardcode awssdk version to 2.30.18 Signed-off-by: Jing Zhang <[email protected]> --------- Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4d95466) Co-authored-by: Jing Zhang <[email protected]>
Hi @jngz-es , when will this fix be released as part of OpenSearch image? |
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.