We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In latest version (10.21.0.11)
usr/bin/newrelic-daemon (gobinary) ================================== Total: 1 (HIGH: 0, CRITICAL: 1) ┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├─────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤ │ stdlib │ CVE-2024-24790 │ CRITICAL │ fixed │ 1.22.3 │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │ │ │ │ │ │ │ │ IPv4-mapped IPv6 addresses │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-24790 │ └─────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘
I don't exactly know how golang works, but new relic daemon needs to be compiled with the fixed version of stdlib.
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-282424
Sorry, something went wrong.
The 11.0.0.13 release contains a daemon built with the 1.22.5 golang compiler.
Successfully merging a pull request may close this issue.
trivy scan reports CVE's in newrelic binary about stdlib
Description
In latest version (10.21.0.11)
Expected Behavior
I don't exactly know how golang works, but new relic daemon needs to be compiled with the fixed version of stdlib.
The text was updated successfully, but these errors were encountered: