Interface ExploitPredictionScoringSystemOrBuilder (2.83.0)

public interface ExploitPredictionScoringSystemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPercentile()

public abstract double getPercentile()

The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score

double percentile = 1;

Returns
Type Description
double

The percentile.

getScore()

public abstract double getScore()

The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days

double score = 2;

Returns
Type Description
double

The score.