cdx-proto
    Preparing search index...

    Type Alias Patch

    Patch: Message<"cyclonedx.v1_5.Patch"> & {
        diff?: cdx_15.Diff;
        resolves: cdx_15.Issue[];
        type: cdx_15.PatchClassification;
    }

    Type declaration

    • Optionaldiff?: cdx_15.Diff

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

      from field: optional cyclonedx.v1_5.Diff diff = 2;

    • resolves: cdx_15.Issue[]

      from field: repeated cyclonedx.v1_5.Issue resolves = 3;

    • type: cdx_15.PatchClassification

      Specifies the purpose for the patch including the resolution of defects, security issues, or new behavior or functionality

      from field: cyclonedx.v1_5.PatchClassification type = 1;

    from message cyclonedx.v1_5.Patch