|
Written by Anthony Ferrara
|
|
Recently, I've been noticing a lot of misconceptions about how to protect code in 3pd extensions from SQL injection. To be honest, using JRequest is not enough by far!!! I hope to cover some thing here about some methods to prevent SQL attacks. It's not that difficult; there are a few simple things you can do to prevent injection attacks. I'll go through them one by one, and show some examples of each.
|
|
Read more...
|