Class Risk
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class Risk : IDirectResponseSchema
Properties
CisaKev
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
Declaration
[JsonProperty("cisaKev")]
public virtual CISAKnownExploitedVulnerabilities CisaKev { get; set; }
Property Value
| Type | Description |
|---|---|
| CISAKnownExploitedVulnerabilities |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Epss
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
Declaration
[JsonProperty("epss")]
public virtual ExploitPredictionScoringSystem Epss { get; set; }
Property Value
| Type | Description |
|---|---|
| ExploitPredictionScoringSystem |