bazz
04-25-2009, 07:19 AM
Hi,
I am curious as to some of your security methods to prevent deletion commands etc being entered via your forms/params.
Do you use the same db connection/account for all your scripts or do you use one which has deletion/alter etc disabled and then use another (with deletion etc allowed), when such actions are necessary? If so, I would imagine you make those scripts mega secure with param checking regex's etc?
That's the direction I am thinking I should go and just wonder what you think.
I have had privileges disabled but one of my scripts needs them enabled (alebit behind the cms login) and I don't want this to weaken the security.
bazz
I am curious as to some of your security methods to prevent deletion commands etc being entered via your forms/params.
Do you use the same db connection/account for all your scripts or do you use one which has deletion/alter etc disabled and then use another (with deletion etc allowed), when such actions are necessary? If so, I would imagine you make those scripts mega secure with param checking regex's etc?
That's the direction I am thinking I should go and just wonder what you think.
I have had privileges disabled but one of my scripts needs them enabled (alebit behind the cms login) and I don't want this to weaken the security.
bazz