summaryrefslogtreecommitdiff
path: root/t/op/taint.t
Commit message (Expand)AuthorAgeFilesLines
* Fix t/op/taint.t on WindowsFather Chrysostomos2014-09-021-6/+12
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get taint.t working under minitestFather Chrysostomos2014-09-021-1/+2
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-08-311-1/+9
* Let taint.t run under miniperlFather Chrysostomos2014-08-311-1/+0
* taint.t: Fix skip countFather Chrysostomos2014-08-311-1/+1
* t/op/taint.t: Accommodate for systems without an inbuilt echo (android, black...Brian Fraser2014-07-251-1/+3
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-051-75/+15
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-1/+13
* [perl #120936] op/taint.t handling of no ipcsysv on cygwinTony Cook2014-02-181-4/+14
* t/op/taint.t: Skip crypt tests if !d_cryptJess Robinson2014-01-181-12/+15
* Don’t taint undef in resetFather Chrysostomos2013-08-111-1/+6
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-0/+4
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-091-134/+262
* Don’t taint return value of s///e based on replacementFather Chrysostomos2012-10-111-2/+2
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-4/+1
* make OP_REGCRESET only for taint handlingDavid Mitchell2012-06-131-1/+9
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-1/+10
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-6/+6
* [rt #111654] properly propgate tainted errorsTony Cook2012-03-121-1/+0
* [rt #111654] TODO test for tainted die propagationTony Cook2012-03-121-1/+10
* don't taint $$ determined by getpid()Zefram2012-02-251-1/+8
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-1/+14
* op/taint.t: localize $@Karl Williamson2011-12-141-0/+1
* Use SvUPGRADE, not sv_upgrade, in sv_sethekFather Chrysostomos2011-11-041-1/+7
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-1/+5
* The Borland Chainsaw MassacreSteve Hay2011-09-101-16/+0
* RT 64804: tainting with index() of a constantDavid Mitchell2011-06-281-1/+0
* TODO test for index() of a tainted constantNiko Tyni2011-06-281-1/+16
* Test taintedness of values returned by given/whenVincent Pit2011-06-271-1/+25
* [perl #87336] lc/uc(first) fail to taint the returned stringFather Chrysostomos2011-03-311-1/+14
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-3/+8
* taint.t broken by refactoringCraig A. Berry2011-03-081-2/+2
* Skip taint.t and lex_utf8.t under minitest, as both require C<re>.Nicholas Clark2011-03-061-1/+2
* Convert taint.t to lexical file and directory handles, and 3 argument open.Nicholas Clark2011-03-021-34/+37
* In taint.t, convert the Fcntl and *printf tests to violates_taint().Nicholas Clark2011-03-021-58/+30
* In taint.t, violates_taint() now tests more of the "insecure dependency" error.Nicholas Clark2011-03-021-6/+7
* In taint.t, add violates_taint(), to replace a repeated is()/like() pair.Nicholas Clark2011-03-021-79/+44
* In taint.t, avoid using ok() where better test functions are more suitable.Nicholas Clark2011-03-021-6/+6
* In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted()Nicholas Clark2011-03-021-15/+18
* In taint.t, replace calls to all_tainted() with a loop over is_tainted().Nicholas Clark2011-03-021-8/+6
* Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))>Nicholas Clark2011-03-021-334/+350
* Convert taint.t to use test.pl's testing functions.Nicholas Clark2011-03-021-259/+234
* Convert the taint.t Fcntl tests to use tempfile(), instead of "foo".Nicholas Clark2011-02-281-15/+14
* Correct taint.t to skip the truncate test if $Config{d_truncate} is false.Nicholas Clark2011-02-281-4/+6
* Simplify the regression tests added in 3e6bd4bfcd175c61.Nicholas Clark2011-02-281-11/+7
* Eliminate tests for tainting of globs, skipped since 1999.Nicholas Clark2011-02-271-13/+1
* In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.Nicholas Clark2011-02-271-1/+6
* make /\p{isUserDefined}/ die on taintDavid Mitchell2011-02-221-1/+15
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-181-1/+13