Udostępnij przez


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

Name Description
ComponentComponentId

ID of the SBOM component.

ComponentId

ID of the affected SBOM component.

ComponentName

Name of the affected SBOM component.

ComponentVersion

Version of the affected SBOM component.

CveId

ID of the CVE result.

CveName

Name of the CVE.

CvssScore

Legacy property for the effective CVE score.

CvssScores

All known CVSS scores for the CVE.

CvssV2Score

Legacy property for the CVE CVSS version 2 score, if one existed.

CvssV3Score

Legacy property for the CVE CVSS version 3 score, if one existed.

CvssVersion

Legacy property for the what CVSS version score was stored in the cvssScore property

Description

The CVE description.

EffectiveCvssScore

The most recent CVSS score of the CVE.

EffectiveCvssVersion

The version of the effectiveCvssScore property.

Link

The list of reference links for the CVE.

Name

Name of the SBOM component.

ProvisioningState

The status of the last operation.

Severity

Severity of the CVE.

Version

Version of the SBOM component.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to