Cross-Site Scripting

Learn about cross-site scripting, server-side rendering, automated scanning tools, and some ways to protect privileged data.

What is XSS?

Cross-site scripting (XSS) happens when a service renders a user’s input directly into HTML without applying input escaping. It’s related to injection attacks. ...