dashboard

package
v1.9.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SeverityCount added in v1.8.0

type SeverityCount struct {
	Total    int `json:"total"`
	Critical int `json:"critical"`
	High     int `json:"high"`
	Medium   int `json:"medium"`
	Low      int `json:"low"`
	Unknown  int `json:"unknown"`
	Info     int `json:"info"`
}

type VulnByDeveloper

type VulnByDeveloper struct {
	Developer string `json:"developer"`
	SeverityCount
}

type VulnByLanguage

type VulnByLanguage struct {
	Language string `json:"language"`
	SeverityCount
}

type VulnByRepository

type VulnByRepository struct {
	Repository string `json:"repository"`
	SeverityCount
}

type VulnBySeverity

type VulnBySeverity struct {
	Severity string `json:"severity"`
	Total    int    `json:"total"`
}

type VulnByTime

type VulnByTime struct {
	Time time.Time `json:"time"`
	SeverityCount
}

type VulnDetails

type VulnDetails struct {
	RepositoryID   uuid.UUID `json:"repositoryID"`
	RepositoryName string    `json:"repositoryName"`
	CompanyID      uuid.UUID `json:"companyID"`
	CompanyName    string    `json:"companyName"`
	Status         string    `json:"status"`
	Errors         string    `json:"errors"`
	CreatedAt      time.Time `json:"createdAt"`
	FinishedAt     time.Time `json:"finishedAt"`
	horusec.Vulnerability
}

Jump to

Keyboard shortcuts

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