public interface VulnerabilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCvssScore()
The CVSS score for this vulnerability.
|
Vulnerability.Detail |
getDetails(int index)
All information about the package to specifically identify this
vulnerability.
|
int |
getDetailsCount()
All information about the package to specifically identify this
vulnerability.
|
List<Vulnerability.Detail> |
getDetailsList()
All information about the package to specifically identify this
vulnerability.
|
Vulnerability.DetailOrBuilder |
getDetailsOrBuilder(int index)
All information about the package to specifically identify this
vulnerability.
|
List<? extends Vulnerability.DetailOrBuilder> |
getDetailsOrBuilderList()
All information about the package to specifically identify this
vulnerability.
|
Severity |
getSeverity()
Note provider assigned impact of the vulnerability.
|
int |
getSeverityValue()
Note provider assigned impact of the vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getCvssScore()
The CVSS score for this vulnerability.
float cvss_score = 1;int getSeverityValue()
Note provider assigned impact of the vulnerability.
.grafeas.v1beta1.vulnerability.Severity severity = 2;Severity getSeverity()
Note provider assigned impact of the vulnerability.
.grafeas.v1beta1.vulnerability.Severity severity = 2;List<Vulnerability.Detail> getDetailsList()
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
repeated .grafeas.v1beta1.vulnerability.Vulnerability.Detail details = 3;Vulnerability.Detail getDetails(int index)
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
repeated .grafeas.v1beta1.vulnerability.Vulnerability.Detail details = 3;int getDetailsCount()
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
repeated .grafeas.v1beta1.vulnerability.Vulnerability.Detail details = 3;List<? extends Vulnerability.DetailOrBuilder> getDetailsOrBuilderList()
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
repeated .grafeas.v1beta1.vulnerability.Vulnerability.Detail details = 3;Vulnerability.DetailOrBuilder getDetailsOrBuilder(int index)
All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in.
repeated .grafeas.v1beta1.vulnerability.Vulnerability.Detail details = 3;Copyright © 2019 Google LLC. All rights reserved.