My favorites | Sign in
Logo
                
Search
for
Updated Sep 18, 2007 by ravenlp
Labels: Featured, Phase-Implementation
Security  
Security

Introduction

Gelato development team and community does its best to be address security matters in a timely fashion. In order to maintain a high standard of security, Gelato requests that all developers

Details

if(!defined('entry')) define('entry', true);

if(!defined('entry') || !entry) die("Not a valid page");
  • If HTTP REQUEST variables are going to end up in a SQL query, please add functions to validate the string to the best of your ability.
  • Please require_once('entry.php') and use the $db, $user, $tumble as globals on pages you code
  • There is a forthcoming sanitizing XSS function. Please use it around all HTTP REQUESTS


Sign in to add a comment
Hosted by Google Code