summaryrefslogtreecommitdiff
path: root/t/op/taint.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix many s/// tainting bugsDavid Mitchell2011-02-161-26/+181
* add comprehensive m// and s/// taint testsDavid Mitchell2011-02-161-13/+554
* [perl #82988] Skip hanging taint.t test on MirBSD 10Steven Schubiger2011-01-291-2/+3
* add a taint test to catch codegen bugGerard Goossen2011-01-081-2/+9
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Don't clobber $^O when you're going to use it again.Craig A. Berry2011-01-021-0/+1
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-301-1/+27
* blead breaks Attribute::ConstantKarl Williamson2010-12-121-1/+9
* Can't spawn fresh Perl interpreter with an empty PATHJan Dubois2010-11-251-0/+8
* Implement $^A taintingNiko Tyni2010-11-141-3/+6
* TODO tests for $^A taintingNiko Tyni2010-11-141-1/+22
* Make the new formline test fail more reliablyFather Chrysostomos2010-11-141-1/+2
* Fix a crash with a tainted formline() pictureNiko Tyni2010-11-141-1/+8
* separate the 0755 from the . $TAINT0. this silences the warning "Dot after oc...Richard Soderberg2010-05-101-1/+1
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-1/+1
* tweak "0x123.456" deprecationZefram2010-05-031-1/+1
* RT #67962: $1 treated as tainted in untainted matchDavid Mitchell2010-03-251-1/+17
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-8/+14
* [perl #45167] Taint removal by sprintfDavid Mitchell2010-03-211-1/+28
* [perl #6758] tainted values become untainted in tied hashesDavid Mitchell2010-03-201-1/+30
* fix for [perl #61976] Errno ($!) not evaluated to a error message stringDavid Mitchell2010-01-121-1/+12
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-15/+8
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-2/+1
* Fix for RT #52552.Robin Barker2009-06-231-1/+14
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Use tempfile() in testsBram2009-02-161-1/+1
* Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-1/+37