Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CVEDefinition ¶
type CVEDefinition struct {
ID string `json:"id"`
Link string `json:"link"`
AffectedPackages []*schema.NVDCVEFeedJSON10DefCPEMatch `json:"affectedPackages"`
Description string `json:"description"`
Impact *schema.NVDCVEFeedJSON10DefImpact `json:"impact"`
}
CVEDefinition describes a CVE derived from the github issues page and is used to augment the NVD datasource
Click to show internal directories.
Click to hide internal directories.