| unbindappfwprofile_xmlsqlinjection |
Use this method to unbind xmlsqlinjection from appfw profile. |
Syntax |
Parameters |
name |
Name of the exemption (relaxation) or rule that you want to unbind. 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. |
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 |