Interface protos.grafeas.v1.IVulnerabilityNote (3.4.6)

Properties of a VulnerabilityNote.

Package

@google-cloud/grafeas!

Properties

cvssScore

cvssScore?: (number|null);

VulnerabilityNote cvssScore

Property Value
TypeDescription
(number|null)

cvssV3

cvssV3?: (grafeas.v1.ICVSSv3|null);

VulnerabilityNote cvssV3

Property Value
TypeDescription
(grafeas.v1.ICVSSv3|null)

details

details?: (grafeas.v1.VulnerabilityNote.IDetail[]|null);

VulnerabilityNote details

Property Value
TypeDescription
(grafeas.v1.VulnerabilityNote.IDetail[]|null)

severity

severity?: (grafeas.v1.Severity|keyof typeof grafeas.v1.Severity|null);

VulnerabilityNote severity

Property Value
TypeDescription
(grafeas.v1.Severity|keyof typeof grafeas.v1.Severity|null)

sourceUpdateTime

sourceUpdateTime?: (google.protobuf.ITimestamp|null);

VulnerabilityNote sourceUpdateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

windowsDetails

windowsDetails?: (grafeas.v1.VulnerabilityNote.IWindowsDetail[]|null);

VulnerabilityNote windowsDetails

Property Value
TypeDescription
(grafeas.v1.VulnerabilityNote.IWindowsDetail[]|null)