public interface CveOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cvssv3 |
getCvssv3()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Cvssv3OrBuilder |
getCvssv3OrBuilder()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
String |
getId()
The unique identifier for the vulnerability.
|
ByteString |
getIdBytes()
The unique identifier for the vulnerability.
|
Reference |
getReferences(int index)
Additional information about the CVE.
|
int |
getReferencesCount()
Additional information about the CVE.
|
List<Reference> |
getReferencesList()
Additional information about the CVE.
|
ReferenceOrBuilder |
getReferencesOrBuilder(int index)
Additional information about the CVE.
|
List<? extends ReferenceOrBuilder> |
getReferencesOrBuilderList()
Additional information about the CVE.
|
boolean |
getUpstreamFixAvailable()
Whether upstream fix is available for the CVE.
|
boolean |
hasCvssv3()
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getId()
The unique identifier for the vulnerability. e.g. CVE-2021-34527
string id = 1;
ByteString getIdBytes()
The unique identifier for the vulnerability. e.g. CVE-2021-34527
string id = 1;
List<Reference> getReferencesList()
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
repeated .google.cloud.securitycenter.v1.Reference references = 2;
Reference getReferences(int index)
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
repeated .google.cloud.securitycenter.v1.Reference references = 2;
int getReferencesCount()
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
repeated .google.cloud.securitycenter.v1.Reference references = 2;
List<? extends ReferenceOrBuilder> getReferencesOrBuilderList()
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
repeated .google.cloud.securitycenter.v1.Reference references = 2;
ReferenceOrBuilder getReferencesOrBuilder(int index)
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
repeated .google.cloud.securitycenter.v1.Reference references = 2;
boolean hasCvssv3()
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
.google.cloud.securitycenter.v1.Cvssv3 cvssv3 = 3;
Cvssv3 getCvssv3()
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
.google.cloud.securitycenter.v1.Cvssv3 cvssv3 = 3;
Cvssv3OrBuilder getCvssv3OrBuilder()
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
.google.cloud.securitycenter.v1.Cvssv3 cvssv3 = 3;
boolean getUpstreamFixAvailable()
Whether upstream fix is available for the CVE.
bool upstream_fix_available = 4;
Copyright © 2022 Google LLC. All rights reserved.