Re: Auditing Code (security wise)
Posted by skenow on 1220711076
PHP 5.2+ has filters for sanitizing and validating many types of input - we should be taking a close look at these, since we have gone php5 with 1.1.
Here's a slideshow from the PHP web site about
input filters
General security talks are here -
http://talks.php.net/index.php/Security
Another good one is by Rasmus Lerdorf -
http://talks.php.net/show/ygatech3/0
This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=618&post_id=22175