package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Functions

NewVulnerabilityItemList returns VulnerabilityItemList from lists.
ParseReportIDs returns report ids from s.
ParseSeverityVersion3 returns severity of CVSS v3.0 Ratings.

# Constants

Critical - a world-burning problem, exploitable for nearly all people in a default installation.
High - a real problem, exploitable for many people in a default installation.
Low - a security problem, but is hard to exploit due to environment, requires a user-assisted attack, a small install base, or does very little damage.
Medium - a real security problem, and is exploitable for many people.
Negligible - technically a security problem, but is only theoretical in nature, requires a very special situation, has almost no install base, or does no real damage.
None - only used to mark the overall severity of the scanned artifacts, means no vulnerabilities attached with the artifacts, (might be bypassed by the CVE allowlist).
Unknown - either a security problem that has not been assigned to a priority yet or a priority that the scanner did not recognize.

# Structs

CVSS holds the score and attack vector for the vulnerability based on the CVSS3 and CVSS2 standards.
NativeReportSummary is the default supported scan report summary model.
Report model for vulnerability scan.
VulnerabilityItem represents one found vulnerability.
VulnerabilityItemList the list can skip the VulnerabilityItem exists in the list when adding.
VulnerabilitySummary contains the total number of the found vulnerabilities number and numbers of each severity level.

# Type aliases

Severity is a standard scale for measuring the severity of a vulnerability.
SeveritySummary ...