What is the best way to avoid SQL injection attacks? *

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:

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.

< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/1973/" >What is the best way to avoid SQL injection attacks?< /a>
Share on Google Plus

About Cinema Guy

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment