-
Notifications
You must be signed in to change notification settings - Fork 643
fix: updated dependencies to fix CVEs #2278
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: main
Are you sure you want to change the base?
Conversation
Contributes to: linkedin#2277 Signed-off-by: Aswin A <[email protected]>
4.1.122.Final is the latest available in 4.1.x stream. Signed-off-by: Aswin A <[email protected]>
|
+1 |
|
@CCisGG could you pls take a look? |
|
Running internal checks. Will merge once they all passes. |
|
@aswinayyolath Got some errors here: |
|
Hmm Okay, to resolve this we need a major version bump for jetty from 9.4.57.v20241219 to 12.0.12 , that might be disruptive. Let me check |
|
Hey @aswinayyolath any update on this? Upgrading from 9.4.57.v20241219 to 12.0.12 requires upgrading Java to 17. Not sure if you have had a look at that already. |
|
No, I haven't looked into it yet. |
|
I can have a look myself. I am looking to resolve these CVEs |
|
Yeah, sure |
Can we piggy-back on the PR here [1] [1] #2248 |
|
@kyguy Thanks for the reminder. I merged the java 17 PR. |
Hey @JvD-Ericsson, how is the jetty upgrade to |
|
Hey @kyguy, yeah there are a good few changes that need to be made to get jetty 12.0.12 working correctly, mainly to do with servlet security so, just trying to sort those out right now |
|
Hi @aswinayyolath, I could manage the netty update to v. 4.1.118.Final under #2292 while jetty update is being progressed. Would that be suitable? |
|
That looks okay to me. |
|
netty updated to v. 4.1.118.Final under #2292 [merged] |
|
I have a review up for upgrading jetty to 12.0.12 #2307. Jetty 12 only supports Java 17+ so the Java 11 build and test will fail. Please review if you have time. |
Summary
updated jetty version to
9.4.57.v20241219to addressCVE-2024-13009updated netty version to 4.1.122.Final to address
CVE-2025-24970, CVE-2025-25193, CVE-2024-47535Categorization
This PR resolves #2277