0

On a security check I found that some pages of my site is not secure in view of DOM Based Cross-Site Scripting.

What Kind of action should I take to secure my site for DOM Based Cross-Site Scripting

PS : I am using asp.net and javasript

2
  • Can you be more specific as to what you are actually looking for in an answer? Your question is not even phrased as a question. Commented Oct 13, 2015 at 6:02
  • I have edited my question..please look it Commented Oct 13, 2015 at 6:05

1 Answer 1

1

This site is very useful about security issues. Have a look at the following topic.

https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet

Sign up to request clarification or add additional context in comments.

3 Comments

i want to implement some code to restrict it..do you have any idea how to start with it
Without seeing the code it is hard to say. You can start with encoding/decoding your html and json entities. owasp.org/index.php/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.