-
Notifications
You must be signed in to change notification settings - Fork 186
CVE fix: beanutils #4062
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
CVE fix: beanutils #4062
Conversation
|
Have we checked the dependency insight to mauke sure this version is coming up? Also what about the algorithm module? Can you please share the dependency insight for this |
I did a I ran this command for dependency insight: This was the result: Any other way to validate? WRT ml-algorithms, I tried to take a diff between the 2 prs, the build passed with the current change (without adding specifically to ml-algorithms) although the only usage of this dependency is in the ml-algorithms package. |
Signed-off-by: Pavan Yekbote <pybot@amazon.com>
|
I looked into the dependencies of ml-algorithms, the version comes from another dependency (opencsv) which was forcing it to 1.9, now with this explicit version, it has corrected! I can't post the entire dependencies since it is large, posting some excerpts. |
|
|
Not sure why spotless is failing, when I run |
Signed-off-by: Pavan Yekbote <pybot@amazon.com>
Thanks, can you please show the same insight for plugin? |
That's weird. From the report it's showing: |
|
|
@pyek-bot I took update from main and it's not showing option to approve the workflow. Can you please push an empty commit? |
Signed-off-by: Pavan Yekbote <pybot@amazon.com>
Can you try now? |
|
Windows CI Failed due to flaky test: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4062 +/- ##
============================================
- Coverage 80.94% 80.93% -0.02%
+ Complexity 8259 8257 -2
============================================
Files 713 713
Lines 35963 35963
Branches 4042 4042
============================================
- Hits 29111 29105 -6
- Misses 5082 5083 +1
- Partials 1770 1775 +5
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:
|
Description
This PR copies the change from here: 21191c7
to avoid this particular CVE: https://advisories.opensearch.org/advisories/CVE-2025-48734
Original tried to fix in this PR: https://github.com/opensearch-project/ml-commons/pull/3935/files
but this doesn't seem to have worked.
As seen in the below image, these are the affected branches and 2.19 change seems to be fixed. So doing the same here.

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.