I have enabled SQLiSield to prevent before SQL injections attacks. I am not sure if getting data with GetVar or just $_GET allow to filter common SQL attacks. Should I implement/add filtering based on SQLiShield after GetVar/$_GET or I should not worry about impementing/adding it (I mean filtering is doing if just SQLiShield is enabled)?
Best regards
Mateusz Otrebski