model

package
v0.0.0-...-fa1b960 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Acknowledgment

type Acknowledgment struct {
	Name string `json:",omitempty"`
	URL  string `json:",omitempty"`
}

Acknowledgment ...

type KB

type KB struct {
	Article         string
	RestartRequired string `json:",omitempty"`
	SubType         string `json:",omitempty"`
	FixedBuild      string `json:",omitempty"`
	ArticleURL      string `json:",omitempty"`
	DownloadURL     string `json:",omitempty"`
}

KB ...

type Product

type Product struct {
	ProductID string `json:",omitempty"`
	Name      string
	Impact    string    `json:",omitempty"`
	Severity  string    `json:",omitempty"`
	ScoreSet  *ScoreSet `json:",omitempty"`
	KBs       []KB      `json:",omitempty"`
}

Product ...

type Revision

type Revision struct {
	Number      string `json:",omitempty"`
	Date        string `json:",omitempty"`
	Description string `json:",omitempty"`
}

Revision ...

type ScoreSet

type ScoreSet struct {
	BaseScore     string `json:",omitempty"`
	TemporalScore string `json:",omitempty"`
	Vector        string `json:",omitempty"`
}

ScoreSet ...

type Vulnerability

type Vulnerability struct {
	CVEID           string
	Title           string   `json:",omitempty"`
	Description     string   `json:",omitempty"`
	FAQs            []string `json:",omitempty"`
	Tag             string   `json:",omitempty"`
	CNA             string   `json:",omitempty"`
	ExploitStatus   string   `json:",omitempty"`
	Mitigation      string   `json:",omitempty"`
	Workaround      string   `json:",omitempty"`
	Products        []Product
	URL             string           `json:",omitempty"`
	Acknowledgments []Acknowledgment `json:",omitempty"`
	Revisions       []Revision       `json:",omitempty"`
}

Vulnerability ...

Jump to

Keyboard shortcuts

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