06-06-2010, 01:57 PM
[eluser]Songoko20000[/eluser]
Hi guys
I have been asked to develop a website and um using codeigniter but I was asked to account for certain security issues ex:
Session fixation
Session hijacking
Spoofed form submissions
Spoofed HTTP requests
Cross-Site scripting (XSS)
Cross-Site request forgeries (CSRF)
Exposed access credentials
SQL injection
I think I read in CI user guide that it has built in filtration for "Cross-Site scripting (XSS)" using the $config['global_xss_filtering'] in the config file.
but what about the other threats ? are they supported also or what ? is there libraries i can download for CI to support them ?
Thanx in advance
Hi guys

I have been asked to develop a website and um using codeigniter but I was asked to account for certain security issues ex:
Session fixation
Session hijacking
Spoofed form submissions
Spoofed HTTP requests
Cross-Site scripting (XSS)
Cross-Site request forgeries (CSRF)
Exposed access credentials
SQL injection
I think I read in CI user guide that it has built in filtration for "Cross-Site scripting (XSS)" using the $config['global_xss_filtering'] in the config file.
but what about the other threats ? are they supported also or what ? is there libraries i can download for CI to support them ?
Thanx in advance