This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #93320] localising @DB::args leads to coredump
[perl5.git] / t / op / taint.t
2011-06-28 David MitchellRT 64804: tainting with index() of a constant
2011-06-28 Niko TyniTODO test for index() of a tainted constant
2011-06-27 Vincent PitTest taintedness of values returned by given/when
2011-03-31 Father Chrysostomos[perl #87336] lc/uc(first) fail to taint the returned...
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-09 Craig A. Berrytaint.t broken by refactoring
2011-03-06 Nicholas ClarkSkip taint.t and lex_utf8.t under minitest, as both...
2011-03-02 Nicholas ClarkConvert taint.t to lexical file and directory handles...
2011-03-02 Nicholas ClarkIn taint.t, convert the Fcntl and *printf tests to...
2011-03-02 Nicholas ClarkIn taint.t, violates_taint() now tests more of the...
2011-03-02 Nicholas ClarkIn taint.t, add violates_taint(), to replace a repeated...
2011-03-02 Nicholas ClarkIn taint.t, avoid using ok() where better test function...
2011-03-02 Nicholas ClarkIn taint.t, replace C<not any_tainted(..)> with calls...
2011-03-02 Nicholas ClarkIn taint.t, replace calls to all_tainted() with a loop...
2011-03-02 Nicholas ClarkAdd {is,isnt}_tainted() to taint.t, to replace use...
2011-03-02 Nicholas ClarkConvert taint.t to use test.pl's testing functions.
2011-02-28 Nicholas ClarkConvert the taint.t Fcntl tests to use tempfile(),...
2011-02-28 Nicholas ClarkCorrect taint.t to skip the truncate test if $Config...
2011-02-28 Nicholas ClarkSimplify the regression tests added in 3e6bd4bfcd175c61.
2011-02-27 Nicholas ClarkEliminate tests for tainting of globs, skipped since...
2011-02-27 Nicholas ClarkIn gv_autoload4(), ensure set magic is called on $...
2011-02-22 David Mitchellmake /\p{isUserDefined}/ die on taint
2011-02-18 David Mitchelltaint REGEX SVs as well as refs to them
2011-02-16 David Mitchellfix many s/// tainting bugs
2011-02-16 David Mitchelladd comprehensive m// and s/// taint tests
2011-01-29 Steven Schubiger[perl #82988] Skip hanging taint.t test on MirBSD 10
2011-01-08 Gerard Goossenadd a taint test to catch codegen bug
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-02 Craig A. BerryDon't clobber $^O when you're going to use it again.
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-12 Karl Williamsonblead breaks Attribute::Constant
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
2010-11-15 Niko TyniImplement $^A tainting
2010-11-15 Niko TyniTODO tests for $^A tainting
2010-11-15 Father ChrysostomosMake the new formline test fail more reliably
2010-11-15 Niko TyniFix a crash with a tainted formline() picture
2010-05-10 Richard Soderbergseparate the 0755 from the . $TAINT0. this silences...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-03-25 David MitchellRT #67962: $1 treated as tainted in untainted match
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-03-21 David Mitchell[perl #45167] Taint removal by sprintf
2010-03-20 David Mitchell[perl #6758] tainted values become untainted in tied...
2010-01-12 David Mitchellfix for [perl #61976] Errno ($!) not evaluated to a...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-06-23 Robin BarkerFix for RT #52552.
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-02-16 BramUse tempfile() in tests
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2007-11-12 John E. Malmbergpatch@32274 t/op/taint.t not cleaning up properly on...
2007-11-07 Rick DelaneyRe: [perl #47195] $1 suddenly tainted after regexp...
2007-11-06 Nicholas ClarkAdd a TODO test for bug #47195
2007-08-28 Jerry D. HeddenRevert/fix 31731 - Empty PATH taint test on Cygwin
2007-08-18 Reini UrbanChange 31710 causes t/op/taint.t to fail
2007-04-01 Craig A. BerryUpdate name of Perl executable on VMS following #30414.
2007-03-17 Nicholas ClarkTest case from Karl Chen in RT #41831
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-07 Nicholas Clarkopening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas ClarkTODO tests for eval of tainted scalars. (change 29193...
2007-01-08 Yitzchak Scott-Tho... help cygwin find its dlls even on taint tests with...
2007-01-02 Nicholas ClarkAssignment to a tainted variable was causing confusion...
2006-11-17 Nicholas ClarkChange 29297 omitted a semicolon.
2006-11-17 Steve PetersChange #27951 added tests to t/op/taint.t involving...
2006-11-07 Rafael Garcia-SuarezForbid using tainted formats in printf and sprintf
2006-08-02 Rick DelaneyRe: [perl #39733] $AUTOLOAD is never tainted
2006-04-24 Martin Hasch[perl #38709] Opening '|-' triggers unjustified taint...
2006-02-19 Nicholas ClarkTo make arithmetic on tainted dualvars work properly...
2006-01-23 Rafael Garcia-SuarezMissing chunk in change #26926
2006-01-23 Nicholas ClarkChange the regression test added by 26410 to use test...
2005-12-19 Dave Mitchell[perl #8262] //g loops infinitely on tainted data
2005-07-07 Dave Mitchellmore taint fallout from change 24943
2005-07-05 Dave Mitchellchange 24943 broke restoration of localized taint values
2005-06-16 Steve HayGive op/taint.t a helping hand for Borland compiler...
2004-12-13 Craig A. Berryt/op/taint.t follow-up to #23635
2004-12-10 Michael G. SchwernTest rt.perl.org 5900
2004-12-10 Michael G. Schwern[PATCH] cleanup t/op/taint.t
2004-09-01 Andy LesterPATCH: Taintedness and ternary conditional
2004-01-05 Dave Mitchell[perl #24674]
2003-12-13 Yitzchak Scott-Tho... Re: 5.6.2-RC1 on Cygwin
2003-11-06 Rick DelaneyRe: [perl #24248] taint propagation regression,
2003-10-27 Rafael Garcia-SuarezAdd a new taint error, "%ENV is aliased to %s".
2003-10-26 Rafael Garcia-SuarezWhen %ENV has been turned into a non-magical hash after a
2003-04-28 Jarkko HietaniemiSysV msg queues can be something hanging (witnessed...
2003-03-12 Jarkko HietaniemiIntegrate:
2003-01-06 Rafael Garcia-SuarezChange the value of ${^TAINT} : 0 without taint checks,
2002-09-08 Hugo van der Sandensetting PERL_CORE as in #17861 violates assumptions...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-04 Hugo van der SandenRe: [ID 20020704.001] my $foo = $1 won't taint $foo...
2002-08-04 Hugo van der SandenMain branch no longer needs op/taint.t version check.
2002-07-15 Jarkko HietaniemiTry to future proof the op/taint.
2002-07-14 Jarkko HietaniemiTest skip counter tweak from Craig Berry.
2002-07-13 Rafael Garcia-SuarezThe warning "Use of tainted arguments in %s is deprecated"
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2002-03-04 Craig A. BerryVMS test and perldelta update
2002-02-24 Rick DelaneyRe: taint news
2002-02-08 Yitzchak Scott-Tho... Configure followed by make minitest
2002-02-03 Jarkko Hietaniemi[PATCH t/op/taint.t] remove possible false positive
next