Vulnerability scan issue with an awssdk dependency - netty handler #3577
-
Hi all, Please, could someone shed me some light what's the impact on excluding an awssdk's dependency - netty-handler from the pom file? I would appreciate if someone could help me in identifying the impact in awssdk when we exclude netty-handler. Thanks : ) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't recommend removing a dependency, you can run into some weird runtime errors. Netty is the lib used in the async client. Can you show what was the vulnerability reported? Depending on the vulnerability we can upgrade the netty version. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
We don't recommend removing a dependency, you can run into some weird runtime errors. Netty is the lib used in the async client.
Can you show what was the vulnerability reported? Depending on the vulnerability we can upgrade the netty version.