Interface InjectionCheck

InjectionCheck represents an object that contains a check choice.

interface InjectionCheck {
    index: number;
    probability: number;
    status: string;
}

Properties

index: number

index represents the index position in the collection for this checks.

probability: number

probability represents the probability of a potential injection attack.

status: string

status represents the status for this check.