Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseMetricV2 ¶
type BaseMetricV3 ¶
type BaseMetricV3 struct {
CvssV3 CvssV3
}
type Cve ¶
type Cve struct { Meta Meta `json:"CVE_data_meta"` References References Description Description ProblemType ProblemType }
type Description ¶
type Description struct {
DescriptionDataList []DescriptionData `json:"description_data"`
}
type DescriptionData ¶
type Impact ¶
type Impact struct { BaseMetricV2 BaseMetricV2 BaseMetricV3 BaseMetricV3 }
type ProblemType ¶
type ProblemType struct {
ProblemTypeData []ProblemTypeData `json:"problemtype_data"`
}
type ProblemTypeData ¶
type ProblemTypeData struct {
Description []ProblemTypeDataDescription
}
type ReferenceData ¶
type References ¶
type References struct {
ReferenceDataList []ReferenceData `json:"reference_data"`
}
Click to show internal directories.
Click to hide internal directories.