Interface protos.google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.IDetails (1.10.0)

Properties of a Details.

Package

@google-cloud/os-config

Properties

cve

cve?: (string|null);

Details cve

Property Value
TypeDescription
(string|null)

cvssV2Score

cvssV2Score?: (number|null);

Details cvssV2Score

Property Value
TypeDescription
(number|null)

cvssV3

cvssV3?: (google.cloud.osconfig.v1alpha.ICVSSv3|null);

Details cvssV3

Property Value
TypeDescription
(google.cloud.osconfig.v1alpha.ICVSSv3|null)

description

description?: (string|null);

Details description

Property Value
TypeDescription
(string|null)

references

references?: (google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details.IReference[]|null);

Details references

Property Value
TypeDescription
(google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details.IReference[]|null)

severity

severity?: (string|null);

Details severity

Property Value
TypeDescription
(string|null)