From: Jarkko Hietaniemi Date: Fri, 26 Apr 2002 23:56:32 +0000 (+0000) Subject: Add taint rethink to the todo list. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbda53d5630fb826c2d06e07763221ee90547c7b;p=p5sagit%2Fp5-mst-13.2.git Add taint rethink to the todo list. p4raw-id: //depot/perl@16205 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 60be5b9..0a6b8e1 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -548,6 +548,12 @@ Should overload be 'contagious' through @ISA so that derived classes would inherit their base classes' overload definitions? What to do in case of overload conflicts? +=head2 Taint rethink + +Should taint be stopped from affecting control flow, if ($tainted)? +Should tainted symbolic method calls and subref calls be stopped? +(Look at Ruby's $SAFE levels for inspiration?) + =head1 Vague ideas Ideas which have been discussed, and which may or may not happen.