Documentation ¶
Index ¶
- type Vuln
- func (v *Vuln) CVEs() []string
- func (v *Vuln) CVSSv2BaseScore() float64
- func (v *Vuln) CVSSv2Vector() string
- func (v *Vuln) CVSSv3BaseScore() float64
- func (v *Vuln) CVSSv3Vector() string
- func (v *Vuln) CWEs() []string
- func (v *Vuln) ID() string
- func (v *Vuln) Schema() *schema.NVDCVEFeedJSON10DefCVEItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vuln ¶
Vuln implements the cvefeed.Vuln interface
func ToVuln ¶
func ToVuln(cve *schema.NVDCVEFeedJSON10DefCVEItem) *Vuln
func (*Vuln) CVSSv2BaseScore ¶
CVSSv2BaseScore is a part of the cvefeed.Vuln Interface
func (*Vuln) CVSSv2Vector ¶
CVSSv2Vector is a part of the cvefeed.Vuln Interface
func (*Vuln) CVSSv3BaseScore ¶
CVSSv3BaseScore is a part of the cvefeed.Vuln Interface
func (*Vuln) CVSSv3Vector ¶
CVSSv3Vector is a part of the cvefeed.Vuln Interface
func (*Vuln) Schema ¶
func (v *Vuln) Schema() *schema.NVDCVEFeedJSON10DefCVEItem
Schema returns the underlying schema of the Vuln
Click to show internal directories.
Click to hide internal directories.