Trivy reporting Golang CVE as belonging to stdlib #7421
sicarie
started this conversation in
False Detection
Replies: 2 comments 3 replies
-
I'm not sure if I get your point, but the Go official database says this is a vulnerability in stdlib ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think net/netip is still a Golang package: https://pkg.go.dev/net/netip |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
CVE-2024-24790
Description
Currently when I run Trivy, I get an issue with CVE-2024-24790: "The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms." When I look up this issue, I find it is related to Golang (https://nvd.nist.gov/vuln/detail/CVE-2024-24790), not stdlib.
This may be related to #7111.
Part of the Jenkins file I'm using is:
And the version specified in Jenkins is 0.54.1
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Target OS
Eclipse tamurin (latest)
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions