Grafeas v1 API - Class Risk (3.12.0)

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

Inheritance

object > Risk

Namespace

Grafeas.V1

Assembly

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