Interface ExploitPredictionScoringSystemOrBuilder (2.96.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface ExploitPredictionScoringSystemOrBuilder extends 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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]