CveResult interface

Details of a CVE detected in firmware.

Properties

component

The SBOM component for the CVE.

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.

links

The list of reference links for the CVE. NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of the CVE.

severity

Severity of the CVE.

Property Details

component

The SBOM component for the CVE.

component?: CveComponent

Property Value

cveId

ID of the CVE result.

cveId?: string

Property Value

string

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.

cvssScore?: string

Property Value

string

cvssV2Score

CVSS V2 score of the CVE.

cvssV2Score?: string

Property Value

string

cvssV3Score

CVSS V3 score of the CVE.

cvssV3Score?: string

Property Value

string

cvssVersion

CVSS version of the CVE.

cvssVersion?: string

Property Value

string

description

The CVE description.

description?: string

Property Value

string

The list of reference links for the CVE. NOTE: This property will not be serialized. It can only be populated by the server.

links?: CveLink[]

Property Value

name

Name of the CVE.

name?: string

Property Value

string

severity

Severity of the CVE.

severity?: string

Property Value

string