This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Grype.
Summary
A match suppressed by an ignore rule or a VEX document.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Json - Base Types
-
- Object
- GrypeMatch
graph BT
Type-->Base0["GrypeMatch"]
click Base0 "/api/Cake.Grype.Json/GrypeMatch"
Base0-->Base1["Object"]
Type["GrypeIgnoredMatch"]
class Type type-node
Syntax
public sealed class GrypeIgnoredMatch : GrypeMatch
Constructors
| Name | Summary |
|---|---|
| GrypeIgnoredMatch |
Properties
| Name | Value | Summary |
|---|---|---|
| IsKnownExploited | bool |
Gets a value indicating whether any record lists the vulnerability as known exploited (CISA KEV).
Inherited from GrypeMatch
|
| MaxCvssBaseScore | Nullable |
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.
Inherited from GrypeMatch
|
| MaxEpssPercentile | Nullable |
Gets the highest EPSS percentile (0–1) of any record, or
null if none has EPSS data.Inherited from GrypeMatch
|
| MaxEpssScore | Nullable |
Gets the highest EPSS probability (0–1) of any record, or
null if none has EPSS data.Inherited from GrypeMatch
|
| Risk | double |
Gets Grype's combined risk score (0–100) from severity, EPSS and KEV; 0 when unassessed.
Inherited from GrypeMatch
|
| Severity | GrypeSeverity |
Gets the severity Grype assigned to the match.
Unknown means "not assessed yet".
Inherited from GrypeMatch
|
Methods
| Name | Value | Summary |
|---|---|---|
| get_ |
IReadOnlyList |
|
| get_Artifact |
GrypeArtifact |
Inherited from GrypeMatch
|
| get_ |
IReadOnlyList |
Inherited from GrypeMatch
|
| get_Vulnerability |
GrypeVulnerability |
Inherited from GrypeMatch
|
| set_ |
||
| set_Artifact |
Inherited from GrypeMatch
|
|
| set_ |
Inherited from GrypeMatch
|
|
| set_Vulnerability |
Inherited from GrypeMatch
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
