Class ExploitPredictionScoringSystem
ExploitPredictionScoringSystem provides information about the Exploit Prediction Scoring System (EPSS) score and percentile.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ExploitPredictionScoringSystem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Percentile
Optional. The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score
Declaration
[JsonProperty("percentile")]
public virtual double? Percentile { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Score
Optional. The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |