Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Curiosity and Security

by ptum (Priest)
on Jan 24, 2007 at 21:19 UTC ( [id://596353]=note: print w/replies, xml ) Need Help??


in reply to Curiosity and Security

One basic principle to follow is to never trust anything from the browser that you can look up elsewhere with more confidence. Imagine a shopping cart application, in which a user browses through items for sale and adds them to his cart, finally checking out. If you store the price or shipping costs in the user's cart and trust those values blindly, you may find yourself selling items for a penny or even (if you're particulalry careless) paying customers to buy your stuff. Better to accept the minimum information from the user (perhaps an item-identifying number and a quantity) and re-calculate cost & shipping every time you need it.

This is a rather simplistic example, but I think that the principle is sound -- never trust tainted data and be very careful about how you detaint it. Some folks use CGI::Session to help with this sort of thing.

Log In?
Username:
Password:

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

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

    No recent polls found