News Feed
Jobs Feed
Sections




News Archive
Tobias Schlitt's Blog:
Taint mode for PHP?
December 19, 2006 @ 11:03:00

Tobias Schlitt has a great (long) post responding to a proposal made on the php.internals mailing list for the inclusion of "taint mode" in upcoming PHP versions.

Tobias starts with an overview of what "taint mode" is so that everyone's on the same page. His example involves the incoming and outgoing data usually involved in an application and how the incoming can be the most problematic when it comes to the values inside. This is where taint mode can come to the rescue. At its most basic level, it's a method for, assuming everything coming in is "tainted", creating a mechanism to automatically clean the data before it's even touched.

With the basics down, Tobias looks back to the proposal for a few additional comments. He considers the proposal a great way to introduce the functionality to the language. There are some draw backs he mentions, though, including the additional overhead of working through every inputted value.

Overall, I think this whole thing would be a great addition to PHP and I hope this could come for 6.0. What do you think?

You can also check out some other opinions on the matter:

0 comments voice your opinion now!
taint mode proposal basic insecure data opinion response taint mode proposal basic insecure data opinion response


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: __halt_compiler() - how nuts?

Blue Parabola Blog: What's a Senior Developer?

Davey Shafik's Blog: And The Winner Is...

Jacob Santos' Blog: Floss Weekly Rasmus Review

Drupal4Hu.com: OOP and PHP or why Drupal rocks and some mistakes


Community Events









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


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

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