| bindappfwprofile_xmlsqlinjection |
Use this method to bind xmlsqlinjection to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
xmlsqlinjection |
Exempt the specified URL from the XML SQL injection check.
An XML SQL injection exemption (relaxation) consists of the following items:
* Name. Name to exempt, as a string or a PCRE-format regular expression.
* ISREGEX flag. REGEX if URL is a regular expression, NOTREGEX if URL is a fixed string.
* Location. ELEMENT if the injection is located in an XML element, ATTRIBUTE if located in an XML attribute. |
isregex |
Is a regular expression? Possible Values : REGEX, NOTREGEX. |
location |
Location of SQL injection exception - XML Element or Attribute. Default location is 'ELEMENT' Default value = AS_XMLLOCATION_ELEMENT. Possible Values : ELEMENT, ATTRIBUTE. |
Return Value |
Returns simpleResult |
See Also |