Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cvss ¶
type Cvss struct { Score string `xml:"score,attr"` Severity string `xml:"severity,attr"` Vector string `xml:"vector,attr"` Version string `xml:"version,attr"` }
Cvss ... CVSS
type Item ¶
type Item struct { About string `xml:"about,attr"` Title string `xml:"title"` Link string `xml:"link"` Description string `xml:"description"` Publisher string `xml:"publisher"` Identifier string `xml:"identifier"` References []references `xml:"references"` Cpes []cpe `xml:"cpe"` Cvsses []Cvss `xml:"cvss"` Date string `xml:"date"` Issued string `xml:"issued"` Modified string `xml:"modified"` }
Item ... http://jvndb.jvn.jp/apis/getVulnOverviewList_api.html
Click to show internal directories.
Click to hide internal directories.