Do I only have to worry about XSS and Sql 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
16:23 UTC
Read the original article
Hit count: 378
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 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