PHP Coding/Security Guidelines Checklist
|
02-28-2011, 05:58 PM
Post: #1
|
|||
|
|||
PHP Coding/Security Guidelines Checklist
I'm looking for a complete list of security guidelines for programming and deploying PHP web sites and applications on an Apache (Linux) server. Basically, a "security check list" to run through before finishing a project. I.e.,
1. Cross Site Scripting 2. Cross Site Request Forgery 3. Upload files below web root 4. Disable register globals and error reporting in custom php.ini 5. Sanitize form data that goes into database etc., etc. (the list goes on) I used to have something like this with a former employer, but their server died and their security guidelines died along with it (apparently, they made no backup -- sigh)... I did some searching on the internet and in this forum, but couldn't find a comprehensive, succinct, and complete list of guidelines. Thanks in advance. my page |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PHP Coding/Security Guidelines Checklist - fionaer - 02-28-2011 05:58 PM
RE: PHP Coding/Security Guidelines Checklist - dianna - 08-12-2011, 08:39 PM
RE: PHP Coding/Security Guidelines Checklist - netshet - 08-12-2011, 08:53 PM
RE: PHP Coding/Security Guidelines Checklist - daipham - 10-03-2011, 09:27 PM
RE: PHP Coding/Security Guidelines Checklist - hairtransplant - 01-18-2012, 08:14 PM
RE: PHP Coding/Security Guidelines Checklist - kireanmodie - 02-09-2012, 08:47 PM
|
User(s) browsing this thread: 1 Guest(s)