CveComponent interface
Legacy component of a CVE result.
Properties
| component |
ID of the SBOM component. |
| name | Name of the SBOM component. |
| version | Version of the SBOM component. |
Property Details
componentId
ID of the SBOM component.
componentId?: string
Property Value
string
name
Name of the SBOM component.
name?: string
Property Value
string
version
Version of the SBOM component.
version?: string
Property Value
string