Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: perl SQL injection prevent module

by tantarbobus (Hermit)
on Feb 04, 2006 at 06:15 UTC ( [id://527896]=note: print w/replies, xml ) Need Help??


in reply to perl SQL injection prevent module

DBI comes with something to helps you with making sure that you code is clean wrt sql injection attacks. When you connect to the database you can add a  TaintIN => 1 to the dbi connection attribute hash. Then if you run your code in taint mode, DBI will barf when you try to use a tainted value.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found