Documentation
¶
Index ¶
Constants ¶
View Source
const ( FalsePositive = "false-positive" Affected = "affected" )
Variables ¶
This section is empty.
Functions ¶
func PathToString ¶
Types ¶
type DependencyNode ¶
type DependencyNode struct {
Dependecy string // Consists of dependency name and version
Children []*DependencyNode // Will be [] if node is a leaf
}
type DependencyTree ¶
type DependencyTree struct {
Nodes map[string]*DependencyNode
}
type Organization ¶
type VexRule ¶
type VexRule struct {
PathPattern dtos.PathPattern
CVE CVE
AssetID string
Reasoning string
Assessment string // Use assessment constants for options, e.g. "false-positive", "affected"
}
func CrowdsourcedVexing ¶
Click to show internal directories.
Click to hide internal directories.