CodeIgniter Forums
Is it codeigniter OWASP compliance free - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Is it codeigniter OWASP compliance free (/showthread.php?tid=60161)



Is it codeigniter OWASP compliance free - El Forum - 01-28-2014

[eluser]Unknown[/eluser]
Whether the top 10 vulnerabilities according to OWASP have been covered in the Application Security of codeigniter


Is it codeigniter OWASP compliance free - El Forum - 01-28-2014

[eluser]Alucemet[/eluser]
Most of the top 10 would involve the way you use CodeIgniter, not CodeIgniter itself, and that's because CodeIgniter is a framework, not an application. One of the biggest problems I can see would be that for many CodeIgniter users, they are using other people's libraries, plugins, etc, and without knowing exactly how they work, or if security was even addressed. If you write all of your own code, and if YOU are safe according to OWASP, I don't see any reason why CodeIgniter would fail you.