What does "XSS" mean in programming?
XSS is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.
Definition
Cross-Site Scripting. An attack where an attacker injects malicious JavaScript into a web page viewed by other users. XSS can steal cookies, capture keystrokes, or redirect users. Prevented by escaping all user-supplied output.
Example
"Sanitize user input to prevent XSS attacks from injecting scripts into the page."
Related terms
Ready to practice your English at work?
Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.
Try Lingua-e for free