Giving SQL Injection the Respect it Deserves
...Permission Use SQL Parameterized Queries
From the SDL documentation
Applications accessing a database must do so only using parameterized queries
Creating dynamic queries using string concatenation potentially allows an attacker to execute an arbitrary query through the application. This vulnerability allows for unauthorized, interactive,...
