-
Notifications
You must be signed in to change notification settings - Fork 183
fix CVE-2025-55163, CVE-2025-48924 #4298
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
base: create-pull-request/2.19.4-SNAPSHOT
Are you sure you want to change the base?
fix CVE-2025-55163, CVE-2025-48924 #4298
Conversation
Signed-off-by: Brian Flores <[email protected]>
Signed-off-by: Brian Flores <[email protected]>
These shouldn't be necessary if you use the version catalog. I just went through and updated all the OpenSearch CVE versions, between opensearch-project/OpenSearch#19155 and https://github.com/opensearch-project/OpenSearch/pulls?q=is%3Aopen+is%3Apr+author%3Adbwiddis+label%3ACVE most should be handled. |
check.dependsOn jacocoTestCoverageVerification | ||
|
||
configurations.all { | ||
resolutionStrategy.force 'org.apache.commons:commons-lang3:3.18.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was udpated in core/version catalog in opensearch-project/OpenSearch#19155
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a version catalog in the PR you mentioned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. I see. But it is in the version catalog.
implementation 'io.netty:netty-codec-http2:4.2.5.Final' | ||
implementation 'io.netty:netty-codec-http:4.2.5.Final' | ||
implementation 'io.netty:netty-common:4.2.5.Final' | ||
implementation 'io.netty:netty-buffer:4.2.5.Final' | ||
implementation 'io.netty:netty-transport:4.2.5.Final' | ||
implementation 'io.netty:netty-handler:4.2.5.Final' | ||
implementation 'io.netty:netty-resolver:4.2.5.Final' | ||
implementation 'io.netty:netty-codec:4.2.5.Final' | ||
implementation 'io.netty:netty-transport-classes-epoll:4.2.5.Final' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will be fixed in core in opensearch-project/OpenSearch#19603
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I think I Understand for opensearch-project/OpenSearch#19603 I can use the version catalog
reactor_netty = "1.2.9"
reactor = "3.7.5"
Subscribed to the PR to get notified when I can change this on my end
Description
Fix CVEs CVE-2025-55163, CVE-2025-48924
Addresses #4143
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.