GrypeMatch.

MaxCvssBaseScore Property

Summary

Gets the highest CVSS base score of any record, or null if none has CVSS data. This is the maximum across all CVSS versions present: a record's Cake.Grype.Json.GrypeVulnerabilityMetadata.Cvss can mix v2 and v3.x entries (see Cake.Grype.Json.GrypeCvss.Version), and scores are not comparable across versions, so treat this as "the worst reported score", not a score on a single consistent scale.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype.Json
Containing Type
GrypeMatch

Syntax

public Nullable<double> MaxCvssBaseScore { get; }

Attributes

Type Description
JsonIgnoreAttribute

Value

Type Description
Nullable<double>