Documentation ¶
Overview ¶
Package govulncheck provides an experimental govulncheck API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Source reports vulnerabilities that affect the analyzed packages. Source = govulncheck.Source // DefaultCache constructs cache for a vulnerability database client. DefaultCache = govulncheck.DefaultCache )
Functions ¶
This section is empty.
Types ¶
type CallStack ¶
type CallStack = govulncheck.CallStack
CallStacks contains a representative call stack for each vulnerable symbol that is called.
type Module ¶
type Module = govulncheck.Module
Module represents a specific vulnerability relevant to a single module or package.
type Package ¶
type Package = govulncheck.Package
Package is a Go package with known vulnerable symbols.
type StackFrame ¶
type StackFrame = govulncheck.StackFrame
StackFrame represents a call stack entry.
Click to show internal directories.
Click to hide internal directories.