Reference documentation and code samples for the Grafeas V1 Client class ExploitPredictionScoringSystem.
Generated from protobuf message grafeas.v1.ExploitPredictionScoringSystem
Namespace
Grafeas \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ percentile |
float
The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score |
↳ score |
float
The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days |
getPercentile
The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score
| Returns | |
|---|---|
| Type | Description |
float |
|
setPercentile
The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getScore
The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days
| Returns | |
|---|---|
| Type | Description |
float |
|
setScore
The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|