Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter version 3.0 is secure ?
#1

I am reviewing the code of an application created with CodeIgniter version 3.0 (I think it's version 3.0 because I found the line "@version 1.0, 2015-10-10" in the code). In the code, I noticed that the input validation uses the xss_clean and valid_email rules. Are these two rules secure in this old version of CodeIgniter or do they need reinforcement?
Reply
#2

CodeIgniter 3.0 is not secure.
See http://codeigniter.com/userguide3/change...t=security
Reply
#3

You can get the CodeIgniter version using.

PHP Code:
echo CI_VERSION
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB