public
final
class
Risk
extends
GeneratedMessage
implements
RiskOrBuilder
Protobuf type grafeas.v1.Risk
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RiskImplements
RiskOrBuilderStatic Fields
CISA_KEV_FIELD_NUMBER
public
static
final
int
CISA_KEV_FIELD_NUMBER
EPSS_FIELD_NUMBER
public
static
final
int
EPSS_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Risk
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Risk
.
Builder
newBuilder
()
newBuilder(Risk prototype)
public
static
Risk
.
Builder
newBuilder
(
Risk
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Risk
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Risk
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Risk
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Risk
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Risk
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Risk
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Risk
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Risk>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getCisaKev()
public
CISAKnownExploitedVulnerabilities
getCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getCisaKevOrBuilder()
public
CISAKnownExploitedVulnerabilitiesOrBuilder
getCisaKevOrBuilder
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getDefaultInstanceForType()
public
Risk
getDefaultInstanceForType
()
getEpss()
public
ExploitPredictionScoringSystem
getEpss
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
getEpssOrBuilder()
public
ExploitPredictionScoringSystemOrBuilder
getEpssOrBuilder
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
getParserForType()
public
Parser<Risk>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
hasCisaKev()
public
boolean
hasCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
hasEpss()
public
boolean
hasEpss
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Risk
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
Risk
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
Risk
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

