public interface RiskOrBuilder extends MessageOrBuilderImplements
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;
| Returns | |
|---|---|
| Type | Description |
CISAKnownExploitedVulnerabilities |
The cisaKev. |
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;
| Returns | |
|---|---|
| Type | Description |
CISAKnownExploitedVulnerabilitiesOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ExploitPredictionScoringSystem |
The epss. |
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;
| Returns | |
|---|---|
| Type | Description |
ExploitPredictionScoringSystemOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cisaKev field is set. |
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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the epss field is set. |