zap-cdk
    Preparing search index...

    Interface IPassiveScanParameters

    IPassiveScanParameters Represents the parameters for configuring a passive scan.

    interface IPassiveScanParameters {
        disableAllRules?: boolean;
        enableTags?: boolean;
        maxAlertsPerRule?: number;
        maxBodySizeInBytesToScan?: number;
        scanOnlyInScope?: boolean;
    }
    Index

    Properties

    disableAllRules?: boolean

    If true, then will disable all rules before applying the settings in the rules section.

    enableTags?: boolean

    Enable passive scan tags, default: false.

    maxAlertsPerRule?: number

    Maximum number of alerts to raise per rule.

    maxBodySizeInBytesToScan?: number

    Maximum body size to scan, default: 0 - will scan all messages.

    scanOnlyInScope?: boolean

    Only scan URLs in scope (recommended).