cdx-proto
    Preparing search index...

    Type Alias Issue

    Issue: Message<"cyclonedx.v1_6.Issue"> & {
        description?: string;
        id?: string;
        name?: string;
        references: string[];
        source?: Source;
        type: IssueClassification;
    }

    Type declaration

    • Optionaldescription?: string

      A description of the issue

      from field: optional string description = 4;

    • Optionalid?: string

      The identifier of the issue assigned by the source of the issue

      from field: optional string id = 2;

    • Optionalname?: string

      The name of the issue

      from field: optional string name = 3;

    • references: string[]

      from field: repeated string references = 6;

    • Optionalsource?: Source

      from field: optional cyclonedx.v1_6.Source source = 5;

    • type: IssueClassification

      Specifies the type of issue

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

    from message cyclonedx.v1_6.Issue