Home > Configuration > Application Firewall > setappfwprofile_jsonsqlinjectiontype

setappfwprofile_jsonsqlinjectiontype

Use this method to set available SQL injection types.
-SQLSplChar : Checks for SQL Special Chars
-SQLKeyword : Checks for SQL Keywords
-SQLSplCharANDKeyword : Checks for both and blocks if both are found
-SQLSplCharORKeyword : Checks for both and blocks if anyone is found,
-None : Disables checking using both SQL Special Char and Keyword

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

jsonsqlinjectiontype

Available SQL injection types. -SQLSplChar : Checks for SQL Special Chars -SQLKeyword : Checks for SQL Keywords -SQLSplCharANDKeyword : Checks for both and blocks if both are found -SQLSplCharORKeyword : Checks for both and blocks if anyone is found, -None : Disables checking using both SQL Special Char and Keyword
Default value = AS_SQLINJECTION_TYPE_CHAR_AND_KEYWORD.
Possible Values : SQLSplChar, SQLKeyword, SQLSplCharORKeyword, SQLSplCharANDKeyword, None.

Return Value

Returns simpleResult

See Also