Cross Site Scripting Prevention Cheat Sheet provides guidance to prevent XSS vulnerabilities. XSS is serious and can lead to account impersonation, observing user behaviour, loading external content, stealing sensitive data, and more. No single technique will solve XSS, but using the right combination of defensive techniques is necessary to prevent it. OWASP are producing framework specific cheatsheets for React, Vue, and Angular. For example, Reacts dangerouslySetInner HTML cant handle javascript: or data: URLs without specialized validation.”]
Source: https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html

