summaryrefslogtreecommitdiff
path: root/t/op/taint.t
Commit message (Expand)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Use tempfile() in testsBram2009-02-161-1/+1
* Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-1/+37
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-171-1/+16
* Use test.pl's tempfile().Nicholas Clark2008-08-071-5/+3
* patch@32274 t/op/taint.t not cleaning up properly on VMS.John E. Malmberg2007-11-121-2/+17
* Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 stringRick Delaney2007-11-071-1/+0
* Add a TODO test for bug #47195Nicholas Clark2007-11-061-1/+11
* Revert/fix 31731 - Empty PATH taint test on CygwinJerry D. Hedden2007-08-281-11/+1
* Change 31710 causes t/op/taint.t to failReini Urban2007-08-181-1/+10
* Update name of Perl executable on VMS following #30414.Craig A. Berry2007-04-011-1/+1
* Test case from Karl Chen in RT #41831Nicholas Clark2007-03-171-1/+33
* Re: Change 29193 is a regressionRick Delaney2007-02-081-2/+2
* opening $0 doesn't work if you change directory. So use test.plNicholas Clark2007-02-071-3/+3
* TODO tests for eval of tainted scalars. (change 29193's regression)Nicholas Clark2007-02-071-1/+17
* help cygwin find its dlls even on taint tests with no pathYitzchak Scott-Thoennes2007-01-081-16/+0
* Assignment to a tainted variable was causing confusion if the sourceNicholas Clark2007-01-021-1/+13
* Change 29297 omitted a semicolon.Nicholas Clark2006-11-171-1/+1
* Change #27951 added tests to t/op/taint.t involving taint, opening Steve Peters2006-11-171-0/+3
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-1/+12
* Re: [perl #39733] $AUTOLOAD is never taintedRick Delaney2006-08-021-1/+20
* [perl #38709] Opening '|-' triggers unjustified taint check Martin Hasch2006-04-241-2/+29
* To make arithmetic on tainted dualvars work properly requires thatNicholas Clark2006-02-191-1/+11
* Missing chunk in change #26926Rafael Garcia-Suarez2006-01-231-2/+1
* Change the regression test added by 26410 to use test.pl; this makesNicholas Clark2006-01-231-1/+1
* [perl #8262] //g loops infinitely on tainted dataDave Mitchell2005-12-191-1/+15
* more taint fallout from change 24943Dave Mitchell2005-07-071-1/+8
* change 24943 broke restoration of localized taint valuesDave Mitchell2005-07-051-1/+23
* Give op/taint.t a helping hand for Borland compiler on Win32Steve Hay2005-06-161-0/+17
* t/op/taint.t follow-up to #23635Craig A. Berry2004-12-131-1/+1
* Test rt.perl.org 5900Michael G. Schwern2004-12-101-1/+22
* [PATCH] cleanup t/op/taint.tMichael G. Schwern2004-12-101-427/+413
* PATCH: Taintedness and ternary conditionalAndy Lester2004-09-011-1/+38
* [perl #24674]Dave Mitchell2004-01-051-1/+11
* Re: 5.6.2-RC1 on CygwinYitzchak Scott-Thoennes2003-12-131-1/+11
* Re: [perl #24248] taint propagation regression,Rick Delaney2003-11-061-1/+33
* Add a new taint error, "%ENV is aliased to %s".Rafael Garcia-Suarez2003-10-271-6/+5
* When %ENV has been turned into a non-magical hash after aRafael Garcia-Suarez2003-10-261-1/+13
* SysV msg queues can be something hanging (witnessed in IRIX),Jarkko Hietaniemi2003-04-281-5/+5
* Integrate:Jarkko Hietaniemi2003-03-121-2/+6
* Change the value of ${^TAINT} : 0 without taint checks,Rafael Garcia-Suarez2003-01-061-1/+1
* setting PERL_CORE as in #17861 violates assumptions made by taint testsHugo van der Sanden2002-09-081-2/+2
* Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')Hugo van der Sanden2002-08-041-1/+8
* Main branch no longer needs op/taint.t version check.Hugo van der Sanden2002-08-041-3/+1
* Try to future proof the op/taint.Jarkko Hietaniemi2002-07-151-0/+2
* Test skip counter tweak from Craig Berry.Jarkko Hietaniemi2002-07-141-1/+1
* The warning "Use of tainted arguments in %s is deprecated"Rafael Garcia-Suarez2002-07-131-6/+11
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-9/+16
* VMS test and perldelta updateCraig A. Berry2002-03-041-0/+4
* Re: taint newsRick Delaney2002-02-241-2/+30