Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Why use taint

by rob_au (Abbot)
on Mar 10, 2002 at 01:24 UTC ( [id://150639]=note: print w/replies, xml ) Need Help??


in reply to Re: Why use taint
in thread Errors in my (simple?) CGI Script!

While not as absolute as a taint pragma, the Taint module offers the ability to introduce taint checkpoints in your code. For example:

use Taint; warn "Oops" if tainted $num, @ids; kill $num, @ids;

While not as encompassing as a taint pragma, these checkpoints, if placed correctly can tighten up your code without invoking the entire script with the -T. The use of this module however does require some forethought and understanding of tainted data and identification of vunerable execution points within your code.

 

perl -e 's&&rob@cowsnet.com.au&&&split/[@.]/&&s&.com.&_&&&print'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://150639]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found