Nytro Posted April 3, 2013 Report Posted April 3, 2013 [h=1]OWASP Top 10 for JavaScript - A2: Cross Site Scripting - XSS[/h]May 30, 2012 - 23:31 CEST - Tags: security xss owasp In this post I'll describe how OWASP Top 10: A2-Cross Site Scripting applies to javascript based applications. Cross site Scripting - or XSS - is probably one of the most common and one of the most difficult problems to fully mitigate. At first mitigation seems simple, but as contexts grow in complexity and the amount of code grows, it get's harder to discover all the different sinks.Tutorial:http://erlend.oftedal.no/blog/?blogid=127 Quote