Share via


CveResult interface

Details of a CVE detected in firmware.

Properties

component

Legacy property for what is now componentName

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.

links

The list of reference links for the CVE.

provisioningState

The status of the last operation.

severity

Severity of the CVE.

Property Details

component

Legacy property for what is now componentName

component?: CveComponent

Property Value

componentId

ID of the affected SBOM component.

componentId?: string

Property Value

string

componentName

Name of the affected SBOM component.

componentName?: string

Property Value

string

componentVersion

Version of the affected SBOM component.

componentVersion?: string

Property Value

string

cveId

ID of the CVE result.

cveId?: string

Property Value

string

cveName

Name of the CVE.

cveName?: string

Property Value

string

cvssScore

Legacy property for the effective CVE score.

cvssScore?: string

Property Value

string

cvssScores

All known CVSS scores for the CVE.

cvssScores?: CvssScore[]

Property Value

cvssV2Score

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

cvssV2Score?: string

Property Value

string

cvssV3Score

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

cvssV3Score?: string

Property Value

string

cvssVersion

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

cvssVersion?: string

Property Value

string

description

The CVE description.

description?: string

Property Value

string

effectiveCvssScore

The most recent CVSS score of the CVE.

effectiveCvssScore?: number

Property Value

number

effectiveCvssVersion

The version of the effectiveCvssScore property.

effectiveCvssVersion?: number

Property Value

number

The list of reference links for the CVE.

links?: CveLink[]

Property Value

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

severity

Severity of the CVE.

severity?: string

Property Value

string