Grafeas v1 API - Class ExploitPredictionScoringSystem (3.12.0)

public sealed class ExploitPredictionScoringSystem : IMessage<ExploitPredictionScoringSystem>, IEquatable<ExploitPredictionScoringSystem>, IDeepCloneable<ExploitPredictionScoringSystem>, IBufferMessage, IMessage

Inheritance

object > ExploitPredictionScoringSystem

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ExploitPredictionScoringSystem()

public ExploitPredictionScoringSystem()

ExploitPredictionScoringSystem(ExploitPredictionScoringSystem)

public ExploitPredictionScoringSystem(ExploitPredictionScoringSystem other)
Parameter
Name Description
other ExploitPredictionScoringSystem

Properties

Percentile

public double Percentile { get; set; }

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

Property Value
Type Description
double

Score

public double Score { get; set; }

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

Property Value
Type Description
double