Javascript Injection and Sql Script injection

Posted by Pranali Desai on Stack Overflow See other posts from Stack Overflow or by Pranali Desai
Published on 2010-04-09T13:23:25Z Indexed on 2010/04/09 13:33 UTC
Read the original article Hit count: 488

Filed under:
|

Hi All,

I am writing an application and for this to make it safe I have decided to HtmlEncode and HtmlDecode the data to avoid Javascript Injection and Paramaterised queries to avoid Sql Script injection.

But I want to know whether these are the best ways to avoid these attacks and what are the other ways to damage the application that I should take into consideration.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about security