CodeIgniter Security -


i've been doing reading on php security , ran great question/article on > exploitable php functions

there ton of interesting commands/functions should never possible run.

my question is... ci have built in protection/prevention against using of commands/functions found on list?

if so, please point out me, cant seem find it.

if not, possible add or create ci core class preventing or of possibly exploitable commands?

it might sound lil counter intuitive, having ci dictate best practices seems big part of design... example, csrf break form submission process if dont set right... , thats built right in, disabled...

thanks, peter

i think got answered. there seems preg_replace looking these commands on input class @ line 763.

please correct me if wrong.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -