News Feed
Jobs Feed
Sections




News Archive
Vinu Thomas' Blog:
Secure web development, an after thought?
December 18, 2009 @ 10:48:59

In this recent post to his blog Vinu Thomas touches on a few wrong ideas floating around about web application security (some specific to PHP) and tries to correct them.

When I talk to developers about security in web development, I usually get the answer that the security is taken care by the systems team by securing the server and by using the https protocol. In reality that is just the tip of the iceberg on security. There's much more you should do as a developer to incorporate security into your applications.

He points out that https doesn't secure your website, it only secures the communication between the client and server. You're still open to all of the usual attacks. Input validation can go a long way to helping to prevent this. He also mentions two insecure practices he's seen over and over - using file names in the URL parameters and using remote includes in an application (giving the remote site a direct line into your application's backend).

0 comments voice your opinion now!
secure development afterthought


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: Allowing HTML and Preventing XSS

Jason Sweat's Blog: PHP Oracle Web Development (Review)

PHP-GTK Community Site: Which development environment do you use most for PHP-GTK?

JSLabs Blog: Is your website secure?

Community News: Packt Publishing Releases "CodeIgniter for Rapid PHP Application Development"


Community Events









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


object interview development zendframework2 example opinion code community framework composer language podcast functional api tool release introduction database testing event

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