News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
php -T (variable tainting)
December 11, 2006 @ 10:26:00

On the PHP 10.0 Blog, there's a new post today talking about variable tainting and what it might be like if PHP included it too.

Perl and Ruby have variable tainting. Maybe PHP should have it too?

Variable tainting is a bit of built-in functionality that provides a "safety net" of sorts to the contents of variables to help protect both the users and the script itself from potentially harmful content.

He talks about how Ruby and Perl handle the functionality and how, were PHP to work it in, which approach would fit better with PHP's current model:

If one wants to implement proper tainting or sandboxing, it probably should be based on more generic approach that would account for existence of functions unknown in design time.
0 comments voice your opinion now!
variable tainting perl ruby sandbox unsafe content protect variable tainting perl ruby sandbox unsafe content protect


blog comments powered by Disqus

Similar Posts

Wojciech Sznapka's Blog: Always use most latest versions for benchmarks

Alex Netkachov's Blog: 6 PHP coding tips to write less code

Alexander Netkachev's Blog: Syndicate content with Zend Framework Zend_Feed classes

phpRiot.com: Protecting Your PHP Source Code With ionCube Encoder

Matthew Turland's Blog: Gotcha on Scraping .NET Applications with PHP and cURL


Community Events











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


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

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