public static interface VulnerabilityReport.Vulnerability.DetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCve()
The CVE of the vulnerability.
|
com.google.protobuf.ByteString |
getCveBytes()
The CVE of the vulnerability.
|
float |
getCvssV2Score()
The CVSS V2 score of this vulnerability.
|
CVSSv3 |
getCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.
|
CVSSv3OrBuilder |
getCvssV3OrBuilder()
The full description of the CVSSv3 for this vulnerability from NVD.
|
String |
getDescription()
The note or description describing the vulnerability from the distro.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The note or description describing the vulnerability from the distro.
|
VulnerabilityReport.Vulnerability.Details.Reference |
getReferences(int index)
Corresponds to the references attached to the `VulnerabilityDetails`.
|
int |
getReferencesCount()
Corresponds to the references attached to the `VulnerabilityDetails`.
|
List<VulnerabilityReport.Vulnerability.Details.Reference> |
getReferencesList()
Corresponds to the references attached to the `VulnerabilityDetails`.
|
VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder |
getReferencesOrBuilder(int index)
Corresponds to the references attached to the `VulnerabilityDetails`.
|
List<? extends VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder> |
getReferencesOrBuilderList()
Corresponds to the references attached to the `VulnerabilityDetails`.
|
String |
getSeverity()
Assigned severity/impact ranking from the distro.
|
com.google.protobuf.ByteString |
getSeverityBytes()
Assigned severity/impact ranking from the distro.
|
boolean |
hasCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCve()
The CVE of the vulnerability. CVE cannot be empty and the combination of <cve, classification> should be unique across vulnerabilities for a VM.
string cve = 1;com.google.protobuf.ByteString getCveBytes()
The CVE of the vulnerability. CVE cannot be empty and the combination of <cve, classification> should be unique across vulnerabilities for a VM.
string cve = 1;float getCvssV2Score()
The CVSS V2 score of this vulnerability. CVSS V2 score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity.
float cvss_v2_score = 2;boolean hasCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.
.google.cloud.osconfig.v1.CVSSv3 cvss_v3 = 3;CVSSv3 getCvssV3()
The full description of the CVSSv3 for this vulnerability from NVD.
.google.cloud.osconfig.v1.CVSSv3 cvss_v3 = 3;CVSSv3OrBuilder getCvssV3OrBuilder()
The full description of the CVSSv3 for this vulnerability from NVD.
.google.cloud.osconfig.v1.CVSSv3 cvss_v3 = 3;String getSeverity()
Assigned severity/impact ranking from the distro.
string severity = 4;com.google.protobuf.ByteString getSeverityBytes()
Assigned severity/impact ranking from the distro.
string severity = 4;String getDescription()
The note or description describing the vulnerability from the distro.
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
The note or description describing the vulnerability from the distro.
string description = 5;List<VulnerabilityReport.Vulnerability.Details.Reference> getReferencesList()
Corresponds to the references attached to the `VulnerabilityDetails`.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details.Reference references = 6;
VulnerabilityReport.Vulnerability.Details.Reference getReferences(int index)
Corresponds to the references attached to the `VulnerabilityDetails`.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details.Reference references = 6;
int getReferencesCount()
Corresponds to the references attached to the `VulnerabilityDetails`.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details.Reference references = 6;
List<? extends VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder> getReferencesOrBuilderList()
Corresponds to the references attached to the `VulnerabilityDetails`.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details.Reference references = 6;
VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder getReferencesOrBuilder(int index)
Corresponds to the references attached to the `VulnerabilityDetails`.
repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability.Details.Reference references = 6;
Copyright © 2024 Google LLC. All rights reserved.