Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.56 KB

VulnerabilityVulnerability.md

File metadata and controls

15 lines (11 loc) · 1.56 KB

VulnerabilityVulnerability

Properties

Name Type Description Notes
CvssScore float32 The CVSS score for this vulnerability. [optional] [default to null]
Severity *VulnerabilitySeverity Note provider assigned impact of the vulnerability. [optional] [default to null]
Details []VulnerabilityDetail All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in. [optional] [default to null]
CvssV3 *VulnerabilityCvsSv3 The full description of the CVSSv3. [optional] [default to null]
WindowsDetails []VulnerabilityWindowsDetail Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version. [optional] [default to null]
SourceUpdateTime time.Time The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]