zap-cdk
    Preparing search index...

    IRule Represents an individual rule in the active scan policy.

    interface IRule {
        id: number;
        name?: string;
        strength?: strength;
        threshold?: threshold;
    }
    Index

    Properties

    id: number
    name?: string

    The name of the rule for documentation purposes - this is not required or actually used.

    strength?: strength

    The Attack Strength for this rule, default: Medium.

    threshold?: threshold

    The Alert Threshold for this rule, default: Medium.