A CycloneDX 1.5 Bill of Materials (BOM) document containing vulnerability data.

Hierarchy

  • CycloneDXBom

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
bomFormat: string

The BOM format identifier. Must be CycloneDX.

components: CycloneDXComponent[]

The list of scanned software components. Cannot be empty.

Metadata about the BOM, including the scanned asset and the scanner tool.

specVersion: string

The CycloneDX specification version. Must be 1.5.

version?: number

The version number of the BOM document.

vulnerabilities: CycloneDXVulnerability[]

The list of detected vulnerabilities. Cannot be empty.

Generated using TypeDoc