cdx-proto
    Preparing search index...

    Type Alias Diff

    Diff: Message<"cyclonedx.v1_7.Diff"> & { text?: AttachedText; url?: string }

    The patch file (or diff) that shows changes. Refer to https://en.wikipedia.org/wiki/Diff

    Type Declaration

    • Optionaltext?: AttachedText

      Specifies the text of the diff

      from field: optional cyclonedx.v1_7.AttachedText text = 1;

    • Optionalurl?: string

      Specifies the URL to the diff

      from field: optional string url = 2;

    from message cyclonedx.v1_7.Diff