igcv3 - v1.1.0
    Preparing search index...

    Variable RESOURCE_LIMITSConst

    RESOURCE_LIMITS: {
        MAX_BUNDLE_SIZE: number;
        MAX_CHAIN_DOWNLOAD_SIZE: number;
        MAX_CHAIN_DEPTH: 100;
        CHAIN_TIMEOUT_MS: 30000;
        MAX_REGEX_INPUT_LENGTH: 1000;
    } = ...

    Hard-coded resource limits to prevent OOM and DoS attacks. These limits cannot be overridden by configuration.

    Type Declaration

    • ReadonlyMAX_BUNDLE_SIZE: number

      Maximum size for certificate bundles (10MB)

    • ReadonlyMAX_CHAIN_DOWNLOAD_SIZE: number

      Maximum total size for chain downloads (10MB)

    • ReadonlyMAX_CHAIN_DEPTH: 100

      Maximum certificate chain depth

    • ReadonlyCHAIN_TIMEOUT_MS: 30000

      Maximum time for chain reconstruction (30s)

    • ReadonlyMAX_REGEX_INPUT_LENGTH: 1000

      Maximum input length for regex testing (ReDoS protection)