Share via


Cve interface

Known CVEs of a firmware.

Properties

component

Component of CVE

cveId

ID of CVE

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 CVE

cvssV3Score

Cvss V3 score of CVE

cvssVersion

Cvss version of CVE

description

Description of CVE

links

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

name

Name of CVE

publishDate

Publish date of CVE

severity

Severity of CVE

updatedDate

Updated date of CVE

Property Details

component

Component of CVE

component?: Record<string, unknown>

Property Value

Record<string, unknown>

cveId

ID of CVE

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 CVE

cvssV2Score?: string

Property Value

string

cvssV3Score

Cvss V3 score of CVE

cvssV3Score?: string

Property Value

string

cvssVersion

Cvss version of CVE

cvssVersion?: string

Property Value

string

description

Description of CVE

description?: string

Property Value

string

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

links?: CveLink[]

Property Value

name

Name of CVE

name?: string

Property Value

string

publishDate

Publish date of CVE

publishDate?: Date

Property Value

Date

severity

Severity of CVE

severity?: string

Property Value

string

updatedDate

Updated date of CVE

updatedDate?: Date

Property Value

Date