Item rejected because SQL Injection

Hi guys,

my item was rejected for this reason
Please double check for common security vulnerabilities: SQL injection, XSS, CSRF etc

i use codeigniter framework and i am sure that my queries are secured
i don’t know what i have to do !!
any help please ! :frowning:

You need to double check all custom scripts/functions/classes inside your script. Even if you use codeigniter framework, doesn’t mean all your custom code is correctly written.

You can simply do a google search for “how to avoid sql injection in codeigniter” there are a lot of articles and tutorials.

If you are sure your code is safe, then you can write it as a note to the reviewer when you resubmit your item.

Regards

1 Like

Thanks for your help, i will check out my script again :slight_smile: