News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
PHP Security Cross-Site Scripting Attacks (XSS)
May 01, 2012 @ 11:59:28

PHPMaster.com has a new tutorial posted today (by George Fekete) about preventing cross-site scripting attacks in your PHP-based applications.

Unfortunately, cross-site scripting attacks occurs mostly, because developers are failing to deliver secure code. Every PHP programmer has the responsibility to understand how attacks can be carried out against their PHP scripts to exploit possible security vulnerabilities. Reading this article, you'll find out more about cross-site scripting attacks and how to prevent them in your code.

Included in the tutorial is an example with a simple form and definitions of different types of XSS attacks - reflected XSS, persistent XSS and three ways to prevent them: data filtering, output filtering and data validation. He also links to a few "cheatsheets" to help even more (including this guide and a Zend Framework set of XSS test data.

0 comments voice your opinion now!
tutorial security xss filter validate data output cheatsheet


blog comments powered by Disqus

Similar Posts

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension

NETTUTS.com: Adding Caching to a Data Access Layer

PHPit.net: Create your own HTML widgets with PHP

Klaus Graefensteiner's Blog: Two ways to test for prime numbers in PHP: Sieve and File

.Net Magazine: Create an SVG data visualization with PHP


Community Events











Don't see your event here?
Let us know!


testing interview release series language example community zendframework2 phpunit development opinion podcast functional conference object tool introduction code unittest framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework