Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: how could i make "them" understand that security IS important ?

by Joost (Canon)
on Sep 10, 2002 at 08:42 UTC ( [id://196645]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: how could i make "them" understand that security IS important ?
in thread how could i make "them" understand that security IS important ?

SQL injection I've also found to be scary enough to our DBA to convince him that yes, actually getting rid of semi-colons in input is a good thing (tm).

On a practical note: the Right Way ™ to cope with inserting data in a database is to use DBI's quote method and placeholders. It will escape the right characters for your driver. Ofcourse you still need to test the data if you have special requirements for it, but my point is that you don't need to watch the SQL specific stuff if you just quote the input.

-- Joost downtime n. The period during which a system is error-free and immune from user input.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://196645]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.