News Feed
Jobs Feed
Sections




News Archive
Smashing Magazine:
Common Security Mistakes in Web Applications
October 19, 2010 @ 10:21:38

Smashing Magazine has posted an excellent security guide to get you on the road to protecting your site and its data from some of the most common mistakes applications can make. Several of the topics even come with PHP code to illustrate.

Unfortunately, unless we're careful with the code we write, the answer to these questions can often be one we'd rather not hear. We'll skip over denial of service attacks in this article, but take a close look at the other issues. To be more conformant with standard terminology, we'll talk about Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), Phishing, Shell injection and SQL injection. We'll also assume PHP as the language of development, but the problems apply regardless of language, and solutions will be similar in other languages.

For each of the topics, there's a general description of how the attack works and, if applicable, some PHP code showing the right and wrong ways it can be handled. Fir things like Click Jacking or Phishing, the descriptions aren't so much about backend code as they are frontend and personal manipulation.

0 comments voice your opinion now!
security website application common mistake


blog comments powered by Disqus

Similar Posts

StackOverflow.com: The Definitive Guide To Forms based Website Authentication

Ed Finkler's Blog: The PHP App Insecurity Top 20

Dan Scott's Blog: Serendipity (s9y) blog: Security release

Hasin Hayder's Blog: Building services like FriendFeed using PHP - Part 1

Evan Coury's Blog: Sharing a database connection across modules in Zend Framework 2


Community Events











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


podcast community composer api phpunit series example framework language functional unittest release introduction interview opinion code testing zendframework2 application development

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