[Assorted-commits] SF.net SVN: assorted:[1512] sandbox/trunk/src/pl/taint.pl
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-11-20 06:06:05
|
Revision: 1512 http://assorted.svn.sourceforge.net/assorted/?rev=1512&view=rev Author: yangzhang Date: 2009-11-20 06:05:54 +0000 (Fri, 20 Nov 2009) Log Message: ----------- taint check Added Paths: ----------- sandbox/trunk/src/pl/taint.pl Added: sandbox/trunk/src/pl/taint.pl =================================================================== --- sandbox/trunk/src/pl/taint.pl (rev 0) +++ sandbox/trunk/src/pl/taint.pl 2009-11-20 06:05:54 UTC (rev 1512) @@ -0,0 +1,6 @@ +#!/usr/bin/env perl +# Test whether tainting is enabled. + +$arg = shift; +print "$arg\n"; +system "echo $arg"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |