Mobile app version of vmapp.org
Login or Join
Voss4911412

: How secure is the CodeIgniter framework? I want to develop a website using the CodeIgniter framework. I'm just worried about the security of the framework. Is there an issue or event that a

@Voss4911412

Posted in: #WebDevelopment

I want to develop a website using the CodeIgniter framework. I'm just worried about the security of the framework. Is there an issue or event that a website is being hacked that uses CodeIgniter framework?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Voss4911412

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

CodeIgniter is safe to use as it is in active development and any security issues discovered are quickly patched.

However, this doesn't mean if you use CodeIgniter that your code will automatically be safe. The CodeIgniter codebase may be safe but you can still write unsafe code with it. This is true of any framework. You still need to know how to code defensively to prevent an attacker from exploiting your system.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme