cdx-proto
    Preparing search index...

    Type Alias Patch

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

    Type Declaration

    • Optionaldiff?: cdx_16.Diff

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

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

    • resolves: cdx_16.Issue[]

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

    • type: cdx_16.PatchClassification

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

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

    from message cyclonedx.v1_6.Patch