SQL injection is an attack in which server executes input data as code without legal check. If the parameters input by malicious users contain SQL operator, it is possible to change the execution logic of the database statements when executed, resulting in SQL injection attack. This rule requires checking SQL operator OR or XOR in request parameters to prevent such attacks. This rule supports to defend the A3: Injection of OWASP Top 10 - 2021. Other reference:None