@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface UnescapedArgumentsConfig {
        acceptedInputs: readonly InputType[];
        categories: Record<UnescapedArgumentCategory, UnescapedArgumentsEntry>;
        disabledCategories: readonly UnescapedArgumentCategory[];
        maxDecentDepth: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    acceptedInputs: readonly InputType[]

    The input types that count as already escaped

    The target, critical functions, critical arguments, sanitizers and quick fixes for each category

    disabledCategories: readonly UnescapedArgumentCategory[]

    The categories that should be disabled and not checked

    maxDecentDepth: number

    The maximum depth to descent to find unescaped parts of an argument