News Feed
Jobs Feed
Sections




News Archive
DevCentral Blog:
Why Is Reusable Code So Hard to Secure?
January 08, 2010 @ 10:28:42

In this recent post to the DevCentral blog (from f5.com) they ask why reusable code, one of the foundations of good development (especially in PHP) is so hard to secure.

Being an efficient developer often means abstracting functionality such that a single function can be applied to a variety of uses across an application. Even as this decreases risk of errors, time to develop, and the attack surface necessary to secure the application it also makes implementing security more difficult.

The article talks about a project the author was working on and how, when he came across a need for a component and found one that worked, they were surprised to see how difficult it would be to secure it without adding on extra code bloat. He describes some of the issue and talks about how the development of the component must not have included any thought into things like input validation or filtering. One suggestion is to employ a firewall to sit in front of the entire application and handle all of these things without changes to the code.

2 comments voice your opinion now!
reusable code security filter firewall


blog comments powered by Disqus

Similar Posts

ZendCon 2006 Notes: Best Practices for PHP Development

Pierre-Alain Joye's Blog: how to do not work around filter (don't be lazy :)

thePHP.cc: Do No Enter!

Havard Eide's Blog: Iterators

Jose Anthony's Blog: PHP Code review checklist


Community Events











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


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

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