-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Netty HTTP codec module included in statsd JAR #2929
Comments
Thanks for the report @stevefranchak. It wasn't intentionally undone. From 1.0.x reactor-netty splits its modules into @violetagg do you know if it is intentional that reactor-netty-core has a transitive dependency on netty-codec-http? |
As for the CVE, it's still a false positive whether we fix this or not. The statsd module does not use HTTP, whether the classes are there or not. |
Please create an issue in Reactor Netty |
We have manually excluded the @stevefranchak Let us know if things look alright with 1.8.2 which we just released. |
@shakuzen, I pulled down micrometer-registry-statsd 1.8.2 and our vuln scanner is happy. I also verified that |
Did #2588 undo excluding netty http codec modules, and, if so, was that intentional?
I updated micrometer-registry-statsd from 1.7.6 to 1.8.1 and noticed that io/micrometer/shaded/io/netty/handler/codec/http is being included in the JAR file. Previously, I was able to write off CVEs like CVE-2021-43797 as a false positive because the http modules weren't being included, but that's not possible for me to justify anymore if I update to micrometer-registry-statsd >= 1.8.0.
Originally posted by @stevefranchak in #2531 (comment)
The text was updated successfully, but these errors were encountered: