Mark’s Site

Pensieve for coding and golf :-)

Archives for the ‘2.1.2. Security’ Category

Database permissions

By admin • Apr 27th, 2008 • Category: 2.1.2. Security

So you probably know that for a given SQL user, you can specify what permissions the user can have, such as CREATE, DROP, INSERT, UPDATE, DELETE etc. But are you one of those people that just sets up a general user with S/I/U/D permissions and leaves it at that?



To Delete, or not to Delete

By admin • Apr 21st, 2008 • Category: 2.1.2. Security

Do you necessarily assume that ‘delete’ actually means deleting data in your system? Perhaps you should consider simply hiding the data when information is deleted, so in emergencies, data can be recovered without the need for actual database recovery extremes.



Policy Areas & Permissions

By admin • Apr 21st, 2008 • Category: 2.1.2. Security

When you’re allowing content to be managed by various users, whom you may or may not trust, you need some form of control. That control comes from a well thought out security system.