vulncheck

package
v0.8.3-pre.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2022 License: BSD-3-Clause Imports: 17 Imported by: 0

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, args command.VulncheckArgs) (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 CallStack

type CallStack = command.CallStack

type StackEntry

type StackEntry = command.StackEntry

type Vuln

type Vuln = command.Vuln

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL