HTML Purifier 3.0.0
by Cal Evans (editor) |
0 comments | Tuesday, January 15, 2008
HTML Purifier has released version 3.0.0. This is the projects first release of 2008 and the first release to work exclusively on PHP 5. The change log lists 10 features and changes to the tool.
PHP Built in Input filtering
by __pierre |
21 comments | Tuesday, October 31, 2006
Security becomes the top priority (or activity) of many PHP developers. Its place and importance keeps growing in every single project, open source or commercial. Every conference provides a talk about security and you can read PHP security on the magazine cover pages. Security in PHP application is a large topic. This article explains one of the most important part of any security policy: the input or data filtering.
How I do love the cheat-sheets
by Cal Evans (editor) |
0 comments | Wednesday, June 7, 2006
Last month Davey Shafik, programmer, author, Zend Framework contributor and all around nice guy, released a PDF to help PHP programmers grasp what is necessary to turn filthy dirty, untrustworthy user input into refined data that can be safely used in your application.
