-
-
Notifications
You must be signed in to change notification settings - Fork 172
BE: Chore: Overwrite Netty temporarily #1323
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
BE: Chore: Overwrite Netty temporarily #1323
Conversation
0eb11fb
to
bc4a530
Compare
Thanks in advance! |
- "org.springframework.boot:*" | ||
- "io.spring.dependency-management" | ||
# All netty references are temporary overwrites that must be set carefully | ||
# We do not need dependabot to send pull requests |
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.
why not? once some lib bumps it to say our 4.1.125, should be good to merge, nah?
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.
Because at least for now, we are only overwriting it for Spring transitively. Upgrading to a non-compatible version will just cause problems.
Even if 4.1.125.Final and 4.2.6.Final should be non breaking versions, experience says that Netty is very particular about conflicts and it just causes headaches.
As a side note, this dependabot configuration was not fully correct and it still created the PR #1326 but I'd suggest closing it instead of merging it.
I'll send a follow up to fix this
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.
@Haarolean Please see #1329
Follow up for kafbat#1323
Follow up for kafbat#1323
What changes did you make? (Give an overview)
Overwrite Netty temporarily to fix CVE-2025-58056 and CVE-2025-58057
Is there anything you'd like reviewers to focus on?
See https://github.com/kafbat/kafka-ui/actions/runs/17544312907/job/49822128996
How Has This Been Tested? (put an "x" (case-sensitive!) next to an item)
Checklist (put an "x" (case-sensitive!) next to all the items, otherwise the build will fail)
Check out Contributing and Code of Conduct
A picture of a cute animal (not mandatory but encouraged)