A software component identified during scanning.

Hierarchy

  • CycloneDXComponent

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

A unique reference identifier used to link vulnerabilities to this component.

name: string

The name of the component.

purl?: string

The Package URL (PURL) of the component. Required when type is library.

The type of the scanned component.

version: string

The version of the component.

Generated using TypeDoc