cdx-proto
    Preparing search index...

    Type Alias Dependency

    Dependency: Message<"cyclonedx.v1_5.Dependency"> & {
        dependencies: cdx_15.Dependency[];
        ref: string;
    }

    Type declaration

    • dependencies: cdx_15.Dependency[]

      from field: repeated cyclonedx.v1_5.Dependency dependencies = 2;

    • ref: string

      References a component or service by the its bom-ref attribute

      from field: string ref = 1;

    from message cyclonedx.v1_5.Dependency