cdx-proto
    Preparing search index...

    Type Alias Patch

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

    Type declaration

    • Optionaldiff?: 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: Issue[]

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

    • type: 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