In a recent post to his blog Jason Stiles takes a look at some of the things you can do with PHP to help protect your site from XSS (cross-site scripting attacks) with some basic filtering.
xssJason Stiles' Blog: How To Protect Your Site From XSS With PHPPHPDeveloper.org Mon, 06/13/2011 - 08:40
In a recent post to his blog Jason Stiles takes a look at some of the things you can do with PHP to help protect your site from XSS (cross-site scripting attacks) with some basic filtering. IE 8 XSS Vulnerability To Get Fixed in JuneRedmond Developer News | News Tue, 04/27/2010 - 16:10
Microsoft is preparing a security update in June for the IE XSS filter in Internet Explorer 8. Gareth Heyes' Blog: PHP self return of the slashPHPDeveloper.org Fri, 09/25/2009 - 09:31
In this new post to his blog Gareth Heyes points out a legacy issue that those running older PHP4-based code might want to look into: Tags:
|