This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[MERGE] assorted su signature tweaks
[perl5.git] / t / op / taint.t
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-04-19 Steve Hayt/op/taint.t - Skip failing test on Windows
2019-02-15 Karl Williamsont/op/taint.t: Add test
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-19 David Mitchellavoid tainting boolean return value of s///
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-28 Zeframremove useless "default" mechanism
2017-11-22 Zeframeviscerate smartmatch
2017-11-19 Zeframfix tainting of s/// with overloaded replacement
2017-11-14 Zeframfix naming of some test temp files
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-07-10 Father ChrysostomosTest that ref works in tainted statements
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-02 David Mitchellfix taint handling in list assignment
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-04 Father Chrysostomostaint.t: Set up @INC before using it
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-01-19 David Mitchellremove vestigial uses of PRIVSHIFT
2015-12-31 Andy Dougherty[PATCH] Try more crypt algorithms in the tests, for...
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-01-29 Steve Hayt/op/taint.t - Fix typo
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-09-03 Father ChrysostomosFix t/op/taint.t on Windows
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet taint.t working under minitest
2014-08-31 Father Chrysostomos[perl #122669] Don’t taint at compile time
2014-08-31 Father ChrysostomosLet taint.t run under miniperl
2014-08-31 Father Chrysostomostaint.t: Fix skip count
2014-07-25 Brian Frasert/op/taint.t: Accommodate for systems without an inbuil...
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-02-18 Tony Cook[perl #120936] op/taint.t handling of no ipcsysv on...
2014-01-18 Jess Robinsont/op/taint.t: Skip crypt tests if !d_crypt
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-03-11 Tony Cook[rt #111654] properly propgate tainted errors
2012-03-11 Tony Cook[rt #111654] TODO test for tainted die propagation
2012-02-25 Zeframdon't taint $$ determined by getpid()
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-12-14 Karl Williamsonop/taint.t: localize $@
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-10 Steve HayThe Borland Chainsaw Massacre
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
next