models

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	Summary         string
	Recommendations []string
	Vulnerabilities []Vulnerability
}

Group consists of a Summary and fixing Recommedation for it, and the list of Vulnerabilities present.

type Vulnerability

type Vulnerability struct {
	report.Vulnerability
	AffectedTargets []string
	Checktype       string
}

Vulnerability is a Vulcan Core vulnerability with more information, more concretely the AffectedTargets and the Checktype that detected it.

Jump to

Keyboard shortcuts

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