vex

package module
v0.0.0-...-24f83db Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 2 Imported by: 0

README

VEX

Build Status Go Report Card Docs LOC License

vex is a Go package with various VEX helpers.

Documentation

Index

Constants

View Source
const (
	SeverityCritical      = "Critical"
	SeverityHigh          = "High"
	SeverityMedium        = "Medium"
	SeverityLow           = "Low"
	SeverityInformational = "Informational"
	SeverityUnknown       = "Unknown"
	SeverityNone          = "None"
)
View Source
const (
	StatusIdentified    = "Identified"
	StatusAnalyzing     = "Analyzing"
	StatusValidated     = "Validated"
	StatusMitigated     = "Mitigated"
	StatusInProgress    = "In Progress"
	StatusResolved      = "Resolved"
	StatusRemediated    = "Remediated"
	StatusClosed        = "Closed"
	StatusReopened      = "Reopened"
	StatusNotApplicable = "Not Applicable"
	StatusFalsePositive = "False Positive"
	StatusDeferred      = "Deferred"      // aka postponed
	StatusRiskAccepted  = "Risk Accepted" // aka ignored
)

Variables

This section is empty.

Functions

func ParseSeverity

func ParseSeverity(sev string) (string, error)

func SeveritySliceAll

func SeveritySliceAll() []string

func SeveritySliceAnalyzed

func SeveritySliceAnalyzed() []string

func SeveritySliceFinding

func SeveritySliceFinding() []string

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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