ICveResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveResultTypeConverter))]
public interface ICveResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveResultTypeConverter))>]
type ICveResult = interface
    interface IJsonSerializable
Public Interface ICveResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ComponentId

ID of the SBOM component

ComponentName

Name of the SBOM component

ComponentVersion

Version of the SBOM component.

CveId

ID of the CVE result.

CvssScore

A single CVSS score to represent the CVE. If a V3 score is specified, then it will use the V3 score. Otherwise if the V2 score is specified it will be the V2 score.

CvssV2Score

CVSS V2 score of the CVE.

CvssV3Score

CVSS V3 score of the CVE.

CvssVersion

CVSS version of the CVE.

Description

The CVE description.

Link

The list of reference links for the CVE.

Name

Name of the CVE.

Severity

Severity of the CVE.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to