public sealed class Risk : IMessage<Risk>, IEquatable<Risk>, IDeepCloneable<Risk>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Risk()
public Risk()Risk(Risk)
public Risk(Risk other)| Parameter | |
|---|---|
| Name | Description |
other |
Risk |
Properties
CisaKev
public CISAKnownExploitedVulnerabilities CisaKev { get; set; }CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
| Property Value | |
|---|---|
| Type | Description |
CISAKnownExploitedVulnerabilities |
|
Epss
public ExploitPredictionScoringSystem Epss { get; set; }The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
| Property Value | |
|---|---|
| Type | Description |
ExploitPredictionScoringSystem |
|