Documentation ¶
Index ¶
- type RedhatAffectedRelease
- type RedhatBugzilla
- type RedhatCVE
- type RedhatCVEAffectedReleaseArray
- type RedhatCVEAffectedReleaseObject
- type RedhatCVEPackageStateArray
- type RedhatCVEPackageStateObject
- type RedhatCvss
- type RedhatCvss3
- type RedhatDetail
- type RedhatPackageState
- type RedhatReference
- type VulnSrc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedhatAffectedRelease ¶
type RedhatBugzilla ¶
type RedhatCVE ¶
type RedhatCVE struct { ThreatSeverity string `json:"threat_severity"` PublicDate string `json:"public_date"` Bugzilla RedhatBugzilla `json:"bugzilla"` Cvss RedhatCvss `json:"cvss"` Cvss3 RedhatCvss3 `json:"cvss3"` Iava string `json:"iava"` Cwe string `json:"cwe"` Statement string `json:"statement"` Acknowledgement string `json:"acknowledgement"` Mitigation string `json:"mitigation"` TempAffectedRelease interface{} `json:"affected_release"` // affected_release is array or object AffectedRelease []RedhatAffectedRelease TempPackageState interface{} `json:"package_state"` // package_state is array or object PackageState []RedhatPackageState Name string `json:"name"` DocumentDistribution string `json:"document_distribution"` Details []string `json:"details"` References []string `json:"references"` }
type RedhatCVEAffectedReleaseArray ¶
type RedhatCVEAffectedReleaseArray struct {
AffectedRelease []RedhatAffectedRelease `json:"affected_release"`
}
type RedhatCVEAffectedReleaseObject ¶
type RedhatCVEAffectedReleaseObject struct {
AffectedRelease RedhatAffectedRelease `json:"affected_release"`
}
type RedhatCVEPackageStateArray ¶
type RedhatCVEPackageStateArray struct {
PackageState []RedhatPackageState `json:"package_state"`
}
type RedhatCVEPackageStateObject ¶
type RedhatCVEPackageStateObject struct {
PackageState RedhatPackageState `json:"package_state"`
}
type RedhatCvss ¶
type RedhatCvss3 ¶
type RedhatDetail ¶
type RedhatDetail struct {
Detail string `sql:"type:text"`
}
type RedhatPackageState ¶
type RedhatReference ¶
type RedhatReference struct {
Reference string `sql:"type:text"`
}
Click to show internal directories.
Click to hide internal directories.