In this article we are going to explore when Angular’s XSS security model will help protect your application from XSS JavaScript injection attacks, and when it won’t. It is important to note that although the client side code can help protect against XSS vulnerabilities, it should not be the only mitigation step you take against these attacks. We will be dealing with a Stored XSS attack (one of the three main types of XSS attacks), which means that the malicious code has been… continue reading.