Documentation ¶
Overview ¶
Package vulncheck provides an analysis command that runs vulnerability analysis using data from golang.org/x/vuln/vulncheck. This package requires go1.18 or newer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Govulncheck = func(ctx context.Context, cfg *packages.Config, patterns string) (res command.VulncheckResult, _ error) { return res, errors.New("not implemented") }
Govulncheck runs the in-process govulncheck implementation. With go1.18+, this is swapped with the real implementation.
Functions ¶
This section is empty.
Types ¶
type StackEntry ¶
type StackEntry = command.StackEntry
Click to show internal directories.
Click to hide internal directories.