Re: [go-nuts] govulncheck

2024-03-11 Thread Volker Dobler
What exactly beside the information in https://go.dev/blog/govulncheck and especially https://go.dev/doc/tutorial/govulncheck do you want to discuss? V On Monday 11 March 2024 at 00:49:17 UTC+1 Colton Freeman wrote: > Disregard. Figured out the tool (a little better). Would still love to > chat

Re: [go-nuts] govulncheck

2024-03-10 Thread Colton Freeman
Disregard. Figured out the tool (a little better). Would still love to chat with some that has in depth experience with it though. On Fri, Mar 8, 2024, 1:36 PM Colton Freeman wrote: > good day all, > i am not a developer and have just recently stumbled upon the > `govulncheck` tool from golang.

[go-nuts] govulncheck

2024-03-08 Thread Colton Freeman
good day all, i am not a developer and have just recently stumbled upon the `govulncheck` tool from golang. i am curious how accurate this tool is and if it should be used in a scan report for vulnerabilities? do we need to run this on the main.go and reference the go.mod file in the project? a