Interface protos.grafeas.v1.IVulnerabilityNote (3.6.1)

Properties of a VulnerabilityNote.

Package

@google-cloud/grafeas

Properties

cvssScore

cvssScore?: (number|null);

VulnerabilityNote cvssScore

cvssV3

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

VulnerabilityNote cvssV3

details

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

VulnerabilityNote details

severity

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

VulnerabilityNote severity

sourceUpdateTime

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

VulnerabilityNote sourceUpdateTime

windowsDetails

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

VulnerabilityNote windowsDetails