Update security analytics common jar after fixing CVE-2025-67735.#1653
Update security analytics common jar after fixing CVE-2025-67735.#1653AWSHurneyt merged 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
|
@AWSHurneyt when can we remove this jar and create a lib instead? |
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
@cwperks I'll discuss this with my team during our sprint planning this week. |
|
The JDK 21 and JDK 25 The team will investigate those failure separately. |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/security-analytics/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/security-analytics/backport-2.19
# Create a new branch
git switch --create backport-1653-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ed0de63b1077d89cbe007f6570b01c58afd62800
# Push it to GitHub
git push --set-upstream origin backport-1653-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security-analytics/backport-2.19Then, create a pull request where the |
…ensearch-project#1653) * Update security analytics common jar after fixing CVE-2025-67735. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Update security analytics common jar after fixing CVE-2025-67735. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> --------- Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
…-2025-67735. (#1653) (#1654) * Update security analytics common jar after fixing CVE-2025-67735. (#1653) * Update security analytics common jar after fixing CVE-2025-67735. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Update security analytics common jar after fixing CVE-2025-67735. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> --------- Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Fix build error. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Fix build error. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> --------- Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
Or just move the code into this repo! If the library is not shared you don't need the overhead of another repository. Even if it is shared you don't necessary need another repository because you could publish the library as a separate jar from this repo. |
@andrross @cwperks Agreed. I created this issue to track moving that package to security analytics. |
Description
Update security analytics common jar after fixing CVE-2025-67735.
The CVE was resolved in that package with PR https://github.com/opensearch-project/security-analytics-commons/pull/30
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.