[Bug 285627] [NEW PORT] security/govulncheck: Reports known vulnerabilities that affect Go code
Date: Mon, 05 May 2025 11:26:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285627 --- Comment #6 from Einar Bjarni Halldórsson <einar@isnic.is> --- (In reply to Nuno Teixeira from comment #4) > Does this means GO_TARGET= ./cmd/govulncheck ? You're right :) (In reply to Nuno Teixeira from comment #5) > # run Indicates that Go is needed at run time and adds it to > # RUN_DEPENDS. > > Maybe cc golang team is a good idea. `run` only adds a dependency on default go port, not the go metaport. `govulncheck` needs `go` binary on PATH to deduce default go version. Adding go@freebsd.org for input on cleaner way to declare dependency which pulls in go metaport -- You are receiving this mail because: You are the assignee for the bug.