| Commit message (Expand) | Author | Age | Files | Lines |
* | [rt #111654] properly propgate tainted errors | Tony Cook | 2012-03-12 | 1 | -1/+0 |
* | [rt #111654] TODO test for tainted die propagation | Tony Cook | 2012-03-12 | 1 | -1/+10 |
* | don't taint $$ determined by getpid() | Zefram | 2012-02-25 | 1 | -1/+8 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -1/+14 |
* | op/taint.t: localize $@ | Karl Williamson | 2011-12-14 | 1 | -0/+1 |
* | Use SvUPGRADE, not sv_upgrade, in sv_sethek | Father Chrysostomos | 2011-11-04 | 1 | -1/+7 |
* | [perl #93590] $tainted ~~ [...] failing | Father Chrysostomos | 2011-09-20 | 1 | -1/+5 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -16/+0 |
* | RT 64804: tainting with index() of a constant | David Mitchell | 2011-06-28 | 1 | -1/+0 |
* | TODO test for index() of a tainted constant | Niko Tyni | 2011-06-28 | 1 | -1/+16 |
* | Test taintedness of values returned by given/when | Vincent Pit | 2011-06-27 | 1 | -1/+25 |
* | [perl #87336] lc/uc(first) fail to taint the returned string | Father Chrysostomos | 2011-03-31 | 1 | -1/+14 |
* | [perl #82250] fix tainted (s)print format | David Mitchell | 2011-03-14 | 1 | -3/+8 |
* | taint.t broken by refactoring | Craig A. Berry | 2011-03-08 | 1 | -2/+2 |
* | Skip taint.t and lex_utf8.t under minitest, as both require C<re>. | Nicholas Clark | 2011-03-06 | 1 | -1/+2 |
* | Convert taint.t to lexical file and directory handles, and 3 argument open. | Nicholas Clark | 2011-03-02 | 1 | -34/+37 |
* | In taint.t, convert the Fcntl and *printf tests to violates_taint(). | Nicholas Clark | 2011-03-02 | 1 | -58/+30 |
* | In taint.t, violates_taint() now tests more of the "insecure dependency" error. | Nicholas Clark | 2011-03-02 | 1 | -6/+7 |
* | In taint.t, add violates_taint(), to replace a repeated is()/like() pair. | Nicholas Clark | 2011-03-02 | 1 | -79/+44 |
* | In taint.t, avoid using ok() where better test functions are more suitable. | Nicholas Clark | 2011-03-02 | 1 | -6/+6 |
* | In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted() | Nicholas Clark | 2011-03-02 | 1 | -15/+18 |
* | In taint.t, replace calls to all_tainted() with a loop over is_tainted(). | Nicholas Clark | 2011-03-02 | 1 | -8/+6 |
* | Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))> | Nicholas Clark | 2011-03-02 | 1 | -334/+350 |
* | Convert taint.t to use test.pl's testing functions. | Nicholas Clark | 2011-03-02 | 1 | -259/+234 |
* | Convert the taint.t Fcntl tests to use tempfile(), instead of "foo". | Nicholas Clark | 2011-02-28 | 1 | -15/+14 |
* | Correct taint.t to skip the truncate test if $Config{d_truncate} is false. | Nicholas Clark | 2011-02-28 | 1 | -4/+6 |
* | Simplify the regression tests added in 3e6bd4bfcd175c61. | Nicholas Clark | 2011-02-28 | 1 | -11/+7 |
* | Eliminate tests for tainting of globs, skipped since 1999. | Nicholas Clark | 2011-02-27 | 1 | -13/+1 |
* | In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary. | Nicholas Clark | 2011-02-27 | 1 | -1/+6 |
* | make /\p{isUserDefined}/ die on taint | David Mitchell | 2011-02-22 | 1 | -1/+15 |
* | taint REGEX SVs as well as refs to them | David Mitchell | 2011-02-18 | 1 | -1/+13 |
* | fix many s/// tainting bugs | David Mitchell | 2011-02-16 | 1 | -26/+181 |
* | add comprehensive m// and s/// taint tests | David Mitchell | 2011-02-16 | 1 | -13/+554 |
* | [perl #82988] Skip hanging taint.t test on MirBSD 10 | Steven Schubiger | 2011-01-29 | 1 | -2/+3 |
* | add a taint test to catch codegen bug | Gerard Goossen | 2011-01-08 | 1 | -2/+9 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Don't clobber $^O when you're going to use it again. | Craig A. Berry | 2011-01-02 | 1 | -0/+1 |
* | Better handling of magic methods freeing the SV | David Mitchell | 2010-12-30 | 1 | -1/+27 |
* | blead breaks Attribute::Constant | Karl Williamson | 2010-12-12 | 1 | -1/+9 |
* | Can't spawn fresh Perl interpreter with an empty PATH | Jan Dubois | 2010-11-25 | 1 | -0/+8 |
* | Implement $^A tainting | Niko Tyni | 2010-11-14 | 1 | -3/+6 |
* | TODO tests for $^A tainting | Niko Tyni | 2010-11-14 | 1 | -1/+22 |
* | Make the new formline test fail more reliably | Father Chrysostomos | 2010-11-14 | 1 | -1/+2 |
* | Fix a crash with a tainted formline() picture | Niko Tyni | 2010-11-14 | 1 | -1/+8 |
* | separate the 0755 from the . $TAINT0. this silences the warning "Dot after oc... | Richard Soderberg | 2010-05-10 | 1 | -1/+1 |
* | Revert "tweak "0x123.456" deprecation" | Jesse Vincent | 2010-05-05 | 1 | -1/+1 |
* | tweak "0x123.456" deprecation | Zefram | 2010-05-03 | 1 | -1/+1 |
* | RT #67962: $1 treated as tainted in untainted match | David Mitchell | 2010-03-25 | 1 | -1/+17 |
* | Fix assorted bugs related to magic (such as pos) not "sticking" to | David Mitchell | 2010-03-23 | 1 | -8/+14 |
* | [perl #45167] Taint removal by sprintf | David Mitchell | 2010-03-21 | 1 | -1/+28 |