cdx-proto
    Preparing search index...

    Type Alias Dependency

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

    Type declaration

    • dependencies: Dependency[]

      The bom-ref identifiers of the components or services that are dependencies of this dependency object.

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

    • provides: string[]

      The bom-ref identifiers of the components or services that define a given specification or standard, which are provided or implemented by this dependency object.

      from field: repeated string provides = 3;

    • ref: string

      References a component or service by its bom-ref attribute

      from field: string ref = 1;

    from message cyclonedx.v1_6.Dependency