Reference documentation and code samples for the Grafeas V1 Client class Risk.
Generated from protobuf message grafeas.v1.Risk
Namespace
Grafeas \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cisa_kev |
CISAKnownExploitedVulnerabilities
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild. |
↳ epss |
ExploitPredictionScoringSystem
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild. |
getCisaKev
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
| Returns | |
|---|---|
| Type | Description |
CISAKnownExploitedVulnerabilities|null |
|
hasCisaKev
clearCisaKev
setCisaKev
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
| Parameter | |
|---|---|
| Name | Description |
var |
CISAKnownExploitedVulnerabilities
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEpss
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
| Returns | |
|---|---|
| Type | Description |
ExploitPredictionScoringSystem|null |
|
hasEpss
clearEpss
setEpss
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
| Parameter | |
|---|---|
| Name | Description |
var |
ExploitPredictionScoringSystem
|
| Returns | |
|---|---|
| Type | Description |
$this |
|