Rule Group Sqli Match Statement
data class RuleGroupSqliMatchStatement(val fieldToMatch: RuleGroupFieldToMatch, val sensitivityLevel: RuleGroupSensitivityLevel? = null, val textTransformations: List<RuleGroupTextTransformation>)
Sqli Match Statement.
Constructors
Link copied to clipboard
fun RuleGroupSqliMatchStatement(fieldToMatch: RuleGroupFieldToMatch, sensitivityLevel: RuleGroupSensitivityLevel? = null, textTransformations: List<RuleGroupTextTransformation>)