public sealed class ExploitPredictionScoringSystem : IMessage<ExploitPredictionScoringSystem>, IEquatable<ExploitPredictionScoringSystem>, IDeepCloneable<ExploitPredictionScoringSystem>, IBufferMessage, IMessageImplements
IMessageExploitPredictionScoringSystem, IEquatableExploitPredictionScoringSystem, IDeepCloneableExploitPredictionScoringSystem, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
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 |
|