-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/vuln: vulnerabilities missing (go-reform analysis result) #69392
Comments
CC @zpavlinovic, @golang/vulndb . |
Change https://go.dev/cl/612875 mentions this issue: |
Change https://go.dev/cl/612856 mentions this issue: |
- data/reports/GO-2024-2606.yaml Updates #2606 Updates golang/go#69392 Change-Id: I32da7de9925de3bdea645dcc2ce1c9263941252d Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/612875 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]>
- data/reports/GO-2024-2605.yaml Updates #2605 Updates golang/go#69392 Change-Id: Ib684227e0cae0c5ca7183a99753d09a39d250b2e Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/612856 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]>
We were missing that
You don't need to update the govulncheck version. We were missing this information in the vulnerability database. Could you confim that you now see the expected results? |
I've tested again and yes it worked as expected 👍 |
Go version
go version go1.22.5 darwin/arm64
What did you do? Run govulncheck for (go-reform/reform v1.5.1):
govulncheck ./...
What did you expect to see?
reform uses "github.com/jackc/[email protected]+incompatible" as a direct dependency and it has two security vulnerabilities as shown in https://deps.dev/go/gopkg.in%2Fjackc%2Fpgx.v3/v3.6.2.
However, the vulnerabilities are not found in the report of govulncheck.
The text was updated successfully, but these errors were encountered: