The Basics of Web Application Security
Wait! People can put malicious code inside your database just by pretending it's their name? We look at these people with disdain and now it's time to call Mr. Clean on the input data!
Join the DZone community and get the full member experience.
Join For Freemodern web development has many challenges, and of those, security is both very important and often under-emphasized. while such techniques as threat analysis are increasingly recognized as essential to any serious development, there are also some basic practices which every developer can and should be doing as a matter of course.
cade and daniel now move onto a simple but vital technique: ensuring you use parameter binding in your database queries to ensure your database doesn't suffer the ravages of little bobby tables.
see the full article and lots of examples here .
Opinions expressed by DZone contributors are their own.
Comments