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.

name: string

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

purl?: string

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

The SBOM component type

version: string

The component version.

Generated using TypeDoc