共用方式為


CveResult interface

韌體中偵測到 CVE 的詳細數據。

屬性

component

CVE 的 SBOM 元件。

cveId

CVE 結果的標識碼。

cvssScore

代表 CVE 的單一 CVSS 分數。 如果指定 V3 分數,則會使用 V3 分數。 否則,如果指定 V2 分數,則會是 V2 分數。

cvssV2Score

CVE 的 CVSS V2 分數。

cvssV3Score

CVE 的 CVSS V3 分數。

cvssVersion

CVE 的 CVSS 版本。

description

CVE 描述。

links

CVE 的參考連結清單。 注意:此屬性不會串行化。 它只能由伺服器填入。

name

CVE 的名稱。

severity

CVE 的嚴重性。

屬性詳細資料

component

CVE 的 SBOM 元件。

component?: CveComponent

屬性值

cveId

CVE 結果的標識碼。

cveId?: string

屬性值

string

cvssScore

代表 CVE 的單一 CVSS 分數。 如果指定 V3 分數,則會使用 V3 分數。 否則,如果指定 V2 分數,則會是 V2 分數。

cvssScore?: string

屬性值

string

cvssV2Score

CVE 的 CVSS V2 分數。

cvssV2Score?: string

屬性值

string

cvssV3Score

CVE 的 CVSS V3 分數。

cvssV3Score?: string

屬性值

string

cvssVersion

CVE 的 CVSS 版本。

cvssVersion?: string

屬性值

string

description

CVE 描述。

description?: string

屬性值

string

CVE 的參考連結清單。 注意:此屬性不會串行化。 它只能由伺服器填入。

links?: CveLink[]

屬性值

name

CVE 的名稱。

name?: string

屬性值

string

severity

CVE 的嚴重性。

severity?: string

屬性值

string