Skip to content
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

[Fix] Bump protobuf version to 3.25.5 to patch potential DOS #3083

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

pyek-bot
Copy link
Contributor

@pyek-bot pyek-bot commented Oct 9, 2024

Description

Upgrades the version of protobuf (dependency of tribuo-clustering-kmeans) to prevent a potential DOS
PS: GHSA-735f-pc8j-v9w8

Performed functional testing of K-Means

Related Issues

Resolves #2998

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

@pyek-bot pyek-bot had a problem deploying to ml-commons-cicd-env-require-approval October 9, 2024 21:20 — with GitHub Actions Failure
@pyek-bot pyek-bot temporarily deployed to ml-commons-cicd-env-require-approval October 10, 2024 16:19 — with GitHub Actions Inactive
@pyek-bot pyek-bot had a problem deploying to ml-commons-cicd-env-require-approval October 10, 2024 17:19 — with GitHub Actions Failure
@b4sjoo b4sjoo merged commit 75e480f into opensearch-project:main Oct 10, 2024
10 of 12 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 10, 2024
Signed-off-by: Pavan Yekbote <[email protected]>
(cherry picked from commit 75e480f)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 10, 2024
Signed-off-by: Pavan Yekbote <[email protected]>
(cherry picked from commit 75e480f)
Zhangxunmt pushed a commit that referenced this pull request Oct 11, 2024
Signed-off-by: Pavan Yekbote <[email protected]>
(cherry picked from commit 75e480f)

Co-authored-by: Pavan Yekbote <[email protected]>
Zhangxunmt pushed a commit that referenced this pull request Oct 11, 2024
Signed-off-by: Pavan Yekbote <[email protected]>
(cherry picked from commit 75e480f)

Co-authored-by: Pavan Yekbote <[email protected]>
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

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
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-3083-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 75e480ff178a55361e34266bf34e4ca7d052cb2f
# Push it to GitHub
git push --set-upstream origin backport/backport-3083-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-3083-to-1.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tribuo-clustering-kmeans-4.2.1.jar: 1 vulnerabilities (highest severity is: 7.5)
5 participants