SbomComponent interface

SBOM component of a firmware.

Properties

componentId

ID for the component.

componentName

Name for the component.

filePaths

File paths related to the component.

license

License for the component.

version

Version for the component.

Property Details

componentId

ID for the component.

componentId?: string

Property Value

string

componentName

Name for the component.

componentName?: string

Property Value

string

filePaths

File paths related to the component.

filePaths?: string[]

Property Value

string[]

license

License for the component.

license?: string

Property Value

string

version

Version for the component.

version?: string

Property Value

string