Hello all I have this input : station=101 OR 1=1 When i am checking if it is sql injection command with the command boolean verifyattack=org.owasp.appsensor.AttackDetectorUtils.verifySQLInjectionAttack(station); it returned false. I think it should return true. I am correct? What the problem is? Thank you very much M.P.