Dependicus API Reference
    Preparing search index...

    Class SecurityPlugin

    Index

    Constructors

    Properties

    columns: CustomColumn[]
    name: "security" = 'security'
    sources: DataSource[]

    Methods

    • Parameters

      Returns
          | Partial<
              {
                  assignment?: | { type: "unassigned" }
                  | { assignees: string[]; type: "assign" };
                  availableMajorVersion?: string;
                  commentSections?: { body: string; title: string }[];
                  daysOverdue?: number;
                  descriptionSections?: { body: string; title: string }[];
                  group?: string;
                  labels?: string[];
                  owner: string;
                  ownerLabel?: string;
                  policy?:
                      | { type: "skip" }
                      | { rateLimitDays?: number; type: "fyi" }
                      | { rateLimitDays?: number; type: "dueDate" };
                  repo: string;
                  targetVersion?: string;
                  thresholdDays?: number;
              },
          >
          | undefined

    • Parameters

      Returns
          | Partial<
              {
                  assignment?: | { type: "unassigned" }
                  | { assigneeId: string; type: "delegate" };
                  availableMajorVersion?: string;
                  commentSections?: { body: string; title: string }[];
                  daysOverdue?: number;
                  descriptionSections?: { body: string; title: string }[];
                  group?: string;
                  ownerLabel?: string;
                  policy?:
                      | { type: "skip" }
                      | { rateLimitDays?: number; type: "fyi" }
                      | { rateLimitDays?: number; type: "dueDate" };
                  targetVersion?: string;
                  teamId: string;
                  thresholdDays?: number;
              },
          >
          | undefined