zap-cdk
    Preparing search index...

    IAlertTag Represents the configuration for alert tags.

    interface IAlertTag {
        exclude?: string[];
        include?: string[];
        strength?: strength;
        threshold?: threshold;
    }
    Index

    Properties

    exclude?: string[]

    List of alert tags to exclude from the include list, regex supported.

    include?: string[]

    List of alert tags to include, regex supported.

    strength?: strength

    The Attack Strength for this set of rules, default: Medium.

    threshold?: threshold

    The Alert Threshold for this set of rules, default: Medium.