cdx-proto

    Type Alias ComponentData_ComponentDataContents

    ComponentData_ComponentDataContents: Message<
        "cyclonedx.v1_6.ComponentData.ComponentDataContents",
    > & { attachment?: AttachedText; properties: Property[]; url?: string }

    Type declaration

    • Optionalattachment?: AttachedText

      An optional way to include textual or encoded data.

      from field: optional cyclonedx.v1_6.AttachedText attachment = 1;

    • properties: Property[]

      Provides the ability to document name-value parameters used for configuration.

      from field: repeated cyclonedx.v1_6.Property properties = 3;

    • Optionalurl?: string

      The URL to where the data can be retrieved.

      from field: optional string url = 2;

    from message cyclonedx.v1_6.ComponentData.ComponentDataContents

    MMNEPVFCICPMFPCPTTAAATR