cdx-proto
    Preparing search index...

    Type Alias Composition

    Composition: Message<"cyclonedx.v1_5.Composition"> & {
        aggregate: cdx_15.Aggregate;
        assemblies: string[];
        bomRef?: string;
        dependencies: string[];
        vulnerabilities: string[];
    }

    Type declaration

    • aggregate: cdx_15.Aggregate

      Indicates the aggregate completeness

      from field: cyclonedx.v1_5.Aggregate aggregate = 1;

    • assemblies: string[]

      The assemblies the aggregate completeness applies to

      from field: repeated string assemblies = 2;

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the composition elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 5;

    • dependencies: string[]

      The dependencies the aggregate completeness applies to

      from field: repeated string dependencies = 3;

    • vulnerabilities: string[]

      The bom-ref identifiers of the vulnerabilities being described.

      from field: repeated string vulnerabilities = 4;

    from message cyclonedx.v1_5.Composition