public
interface
RiskOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getCisaKev()
public
abstract
CISAKnownExploitedVulnerabilities
getCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getCisaKevOrBuilder()
public
abstract
CISAKnownExploitedVulnerabilitiesOrBuilder
getCisaKevOrBuilder
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getEpss()
public
abstract
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
abstract
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;
hasCisaKev()
public
abstract
boolean
hasCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
hasEpss()
public
abstract
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;

