CveComponent interface
CVE 的 SBOM 组件的属性。
属性
component |
SBOM 组件的 ID |
name | SBOM 组件的名称 |
version | SBOM 组件的版本。 |
属性详细信息
componentId
SBOM 组件的 ID
componentId?: string
属性值
string
name
SBOM 组件的名称
name?: string
属性值
string
version
SBOM 组件的版本。
version?: string
属性值
string