Question
I've provided a solution for Python... please flesh this out with examples for other languages.
Answer
Oracle has got an extensive tutorial on that topic:
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/1973/" >What is the best way to avoid SQL injection attacks?< /a>Defending Against SQL Injection Attacks
Without proper safeguards, applications are vulnerable to various forms of security attack. One particularly pervasive method of attack is called SQL injection. Using this method, a hacker can pass string input to an application with the hope of gaining unauthorized access to a database.
By taking this self-study tutorial, you can arm yourself with techniques and tools to strengthen your code and applications against these attacks.
0 comments:
Post a Comment