Discover Packages
github.com/MaineK00n/vuls-data-update
pkg
fetch
mitre
cvrf
package
Version:
v0.0.0-...-d070639
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Note struct {
Title string `xml:"Title,attr" json:"title,omitempty"`
Type string `xml:"Type,attr" json:"type,omitempty"`
Text string `xml:",chardata" json:"text,omitempty"`
}
type Option interface {
}
type Reference struct {
URL string `xml:"URL" json:"url,omitempty"`
Description string `xml:"Description" json:"description,omitempty"`
}
type Vulnerability struct {
Title string `xml:"Title" json:"title,omitempty"`
CVE string `xml:"CVE" json:"cve,omitempty"`
Notes []Note `xml:"Notes>Note" json:"notes,omitempty"`
References []Reference `xml:"References>Reference" json:"references,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.