你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CveResult interface
固件中检测到的 CVE 的详细信息。
属性
component | CVE 的 SBOM 组件。 |
cve |
CVE 结果的 ID。 |
cvss |
表示 CVE 的单个 CVSS 分数。 如果指定了 V3 分数,它将使用 V3 分数。 否则,如果指定了 V2 分数,则为 V2 分数。 |
cvssV2Score | CVE 的 CVSS V2 分数。 |
cvssV3Score | CVE 的 CVSS V3 分数。 |
cvss |
CVE 的 CVSS 版本。 |
description | CVE 说明。 |
links | CVE 的引用链接列表。 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | CVE 的名称。 |
severity | CVE 的严重性。 |
属性详细信息
component
cveId
CVE 结果的 ID。
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
links
name
CVE 的名称。
name?: string
属性值
string
severity
CVE 的严重性。
severity?: string
属性值
string