public interface VulnerabilityNoteOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getCvssScore()
The CVSS score of this vulnerability.
|
CVSSv3 |
getCvssV3()
The full description of the CVSSv3 for this vulnerability.
|
CVSSv3OrBuilder |
getCvssV3OrBuilder()
The full description of the CVSSv3 for this vulnerability.
|
VulnerabilityNote.Detail |
getDetails(int index)
Details of all known distros and packages affected by this vulnerability.
|
int |
getDetailsCount()
Details of all known distros and packages affected by this vulnerability.
|
List<VulnerabilityNote.Detail> |
getDetailsList()
Details of all known distros and packages affected by this vulnerability.
|
VulnerabilityNote.DetailOrBuilder |
getDetailsOrBuilder(int index)
Details of all known distros and packages affected by this vulnerability.
|
List<? extends VulnerabilityNote.DetailOrBuilder> |
getDetailsOrBuilderList()
Details of all known distros and packages affected by this vulnerability.
|
Severity |
getSeverity()
The note provider assigned severity of this vulnerability.
|
int |
getSeverityValue()
The note provider assigned severity of this vulnerability.
|
VulnerabilityNote.WindowsDetail |
getWindowsDetails(int index)
Windows details get their own format because the information format and
model don't match a normal detail.
|
int |
getWindowsDetailsCount()
Windows details get their own format because the information format and
model don't match a normal detail.
|
List<VulnerabilityNote.WindowsDetail> |
getWindowsDetailsList()
Windows details get their own format because the information format and
model don't match a normal detail.
|
VulnerabilityNote.WindowsDetailOrBuilder |
getWindowsDetailsOrBuilder(int index)
Windows details get their own format because the information format and
model don't match a normal detail.
|
List<? extends VulnerabilityNote.WindowsDetailOrBuilder> |
getWindowsDetailsOrBuilderList()
Windows details get their own format because the information format and
model don't match a normal detail.
|
boolean |
hasCvssV3()
The full description of the CVSSv3 for this vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
float getCvssScore()
The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity.
float cvss_score = 1;
int getSeverityValue()
The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Severity getSeverity()
The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
List<VulnerabilityNote.Detail> getDetailsList()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
VulnerabilityNote.Detail getDetails(int index)
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
int getDetailsCount()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
List<? extends VulnerabilityNote.DetailOrBuilder> getDetailsOrBuilderList()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
VulnerabilityNote.DetailOrBuilder getDetailsOrBuilder(int index)
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
boolean hasCvssV3()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
CVSSv3 getCvssV3()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
CVSSv3OrBuilder getCvssV3OrBuilder()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
List<VulnerabilityNote.WindowsDetail> getWindowsDetailsList()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
VulnerabilityNote.WindowsDetail getWindowsDetails(int index)
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
int getWindowsDetailsCount()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
List<? extends VulnerabilityNote.WindowsDetailOrBuilder> getWindowsDetailsOrBuilderList()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
VulnerabilityNote.WindowsDetailOrBuilder getWindowsDetailsOrBuilder(int index)
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
Copyright © 2019 Google LLC. All rights reserved.