Software or hardware component.

Hierarchy

  • SBOMComponent

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bomRef?: string

An optional identifier that can be used to reference the component elsewhere in the BOM.

The software licenses of the SBOM component.

name: string

The name of the component. This will often be a shortened, single name of the component.

properties?: SBOMComponentProperty[]

The custom properties of the component of the SBOM.

purl?: string

Specifies the package-url (purl). The purl, if specified, MUST be valid and conform to the specification.

The supplier of the component.

The SBOM component type

version: string

The component version.

Generated using TypeDoc