Use latest json-smart lib to fix CVE-2024-57699#2596
Merged
naveentatikonda merged 1 commit intoopensearch-project:mainfrom Mar 12, 2025
Merged
Use latest json-smart lib to fix CVE-2024-57699#2596naveentatikonda merged 1 commit intoopensearch-project:mainfrom
naveentatikonda merged 1 commit intoopensearch-project:mainfrom
Conversation
Signed-off-by: Vikasht34 <viktari@amazon.com>
navneet1v
approved these changes
Mar 12, 2025
martin-gaievski
approved these changes
Mar 12, 2025
4e68f3e
into
opensearch-project:main
37 of 51 checks passed
kotwanikunal
pushed a commit
to kotwanikunal/k-NN
that referenced
this pull request
Jun 2, 2025
naveentatikonda
pushed a commit
that referenced
this pull request
Jun 2, 2025
* Increment version to 2.19.3-SNAPSHOT Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> * Use latest json-smart lib to fix CVE-2024-57699 (#2596) Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> * Manually add in the CVE fix version for json-smart Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> --------- Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Vikasht34 <viktari@amazon.com>
luyuncheng
pushed a commit
to luyuncheng/k-NN-1
that referenced
this pull request
Jun 18, 2025
jingqimao77-spec
pushed a commit
to jingqimao77-spec/k-NN
that referenced
this pull request
Mar 15, 2026
This file contains hidden or 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
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
json-path 2.9.0 has been flagged in GHSA-pq2g-wx69-c263. They do not have fix yet, and their devs suggest to switch to json-smart json-path/JsonPath#1031.
We need to have this library for ml-commons, follow their strategy: keep json-path, but excluding json-smart part of it, and include json-mart of the proper version separately.
Picking up version of json-smart from the OS core, they added in the recent PR opensearch-project/OpenSearch#17569
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.