cdx-proto
    Preparing search index...

    Type Alias Issue

    Issue: Message<"cyclonedx.v1_5.Issue"> & {
        description?: string;
        id?: string;
        name?: string;
        references: string[];
        source?: cdx_15.Source;
        type: cdx_15.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?: cdx_15.Source

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

    • type: cdx_15.IssueClassification

      Specifies the type of issue

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

    from message cyclonedx.v1_5.Issue