dashboard

package
v1.7.10 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 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 VulnByDeveloper

type VulnByDeveloper struct {
	Developer string `json:"developer"`
	Total     int    `json:"total"`
	Low       int    `json:"low"`
	Medium    int    `json:"medium"`
	High      int    `json:"high"`
	Audit     int    `json:"audit"`
	Info      int    `json:"info"`
	NoSec     int    `json:"noSec"`
}

type VulnByLanguage

type VulnByLanguage struct {
	Language string `json:"language"`
	Total    int    `json:"total"`
	Low      int    `json:"low"`
	Medium   int    `json:"medium"`
	High     int    `json:"high"`
	Audit    int    `json:"audit"`
	NoSec    int    `json:"noSec"`
	Info     int    `json:"info"`
}

type VulnByRepository

type VulnByRepository struct {
	Repository string `json:"repository"`
	Total      int    `json:"total"`
	Low        int    `json:"low"`
	Medium     int    `json:"medium"`
	High       int    `json:"high"`
	Audit      int    `json:"audit"`
	NoSec      int    `json:"noSec"`
	Info       int    `json:"info"`
}

type VulnBySeverity

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

type VulnByTime

type VulnByTime struct {
	Time   time.Time `json:"time"`
	Total  int       `json:"total"`
	Low    int       `json:"low"`
	Medium int       `json:"medium"`
	High   int       `json:"high"`
	Audit  int       `json:"audit"`
	Info   int       `json:"info"`
	NoSec  int       `json:"noSec"`
}

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