summaryrefslogtreecommitdiff
path: root/t/op/taint.t
Commit message (Expand)AuthorAgeFilesLines
* t/op/taint.t - Skip failing test on WindowsSteve Hay2019-04-191-8/+12
* t/op/taint.t: Add testKarl Williamson2019-02-141-1/+17
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-1/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-4/+13
* avoid tainting boolean return value of s///David Mitchell2017-12-191-1/+10
* change "when" keyword to "whereso"Zefram2017-12-051-3/+3
* remove useless "default" mechanismZefram2017-11-281-1/+0
* eviscerate smartmatchZefram2017-11-221-9/+1
* fix tainting of s/// with overloaded replacementZefram2017-11-191-9/+419
* fix naming of some test temp filesZefram2017-11-141-1/+1
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-2/+2
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-201-1/+1
* Test that ref works in tainted statementsFather Chrysostomos2017-07-091-0/+5
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-8/+8
* make 'do' errors refer to 'do' (not 'require') (RT #129927)Lukas Mai2016-11-111-1/+2
* fix taint handling in list assignmentDavid Mitchell2016-11-021-1/+41
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-1/+17
* taint.t: Set up @INC before using itFather Chrysostomos2016-09-031-1/+1
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-9/+9
* remove vestigial uses of PRIVSHIFTDavid Mitchell2016-01-191-1/+14
* [PATCH] Try more crypt algorithms in the tests, for OpenBSD.Andy Dougherty2015-12-311-2/+9
* faster add, subtract, multiplyDavid Mitchell2015-11-101-1/+24
* Skip various locale tests when locales are not availableKarl Williamson2015-03-091-7/+8
* t/op/taint.t - Fix typoSteve Hay2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* t/op/taint.t: Perform SHA-256 algorithm by crypt() if default one is disabledPetr Písař2014-12-011-1/+13
* 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