-
Notifications
You must be signed in to change notification settings - Fork 416
apache-pulsar/4.0.6-r1: cve remediation #65204
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
apache-pulsar/4.0.6-r1: cve remediation #65204
Conversation
📦 Build Failed: Missing Dependency
Build Details
Root Cause Analysis 🔍The Netty dependency is missing from the classpath. Multiple Java source files are trying to import Netty packages (io.netty.buffer, io.netty.channel, io.netty.channel.socket) but these packages are not available, causing compilation failures. This indicates that the Netty library dependency is either missing from the pom.xml file or not properly resolved during the Maven build process. Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
Remediate GHSA-3p8m-j85q-pgmj Bump netty.version to 4.1.125.Final Signed-off-by: David Negreira <david.negreira@chainguard.dev>
efe838c to
63cc8b2
Compare
|
The vendored statically linked netty-tcnative windows dll v2.0.73 has started being flagged by malcontent as matching the NitrogenLoader Config Extraction malware; both virustotal and Hybrid Analyze also flag this DLL, for unknown reasons. The v2.0.72 version does not get flagged. See the upstream report at netty/netty-tcnative#938 . This should be safe for linux image consumers as the windows dll should not be used (so marking this as reviewed), but it also raises the question as to whether or not (a) the packaging can be adjusted to not include statically linked windows DLLs and (b) statically linked SSL libraries could possibly cause problems for FIPs version of packaging. |
Signed-off-by: Francesco Bartolini <francesco.bartolini@chainguard.dev>
Signed-off-by: David Negreira <david.negreira@chainguard.dev>
apache-pulsar/4.0.6-r1: fix GHSA-3p8m-j85q-pgmj
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/apache-pulsar.advisories.yaml
"Breadcrumbs" for this automated service