cdx-proto
    Preparing search index...

    Type Alias Declarations_Evidence_Data_Contents

    Declarations_Evidence_Data_Contents: Message<
        "cyclonedx.v1_6.Declarations.Evidence.Data.Contents",
    > & { attachment?: AttachedText; url?: string }

    Type declaration

    • Optionalattachment?: AttachedText

      An optional way to include textual or encoded data.

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

    • Optionalurl?: string

      The URL to where the data can be retrieved.

      from field: optional string url = 2;

    from message cyclonedx.v1_6.Declarations.Evidence.Data.Contents