Reference documentation and code samples for the Grafeas V1 Client class ExploitPredictionScoringSystem.
Generated from protobuf message grafeas.v1.ExploitPredictionScoringSystem
Namespace
Grafeas \ V1Methods
__construct
Constructor.
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
float
setPercentile
The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score
var
float
$this
getScore
The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days
float
setScore
The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days
var
float
$this

