diff --git a/glossary/Cross-site-scripting.md b/glossary/Cross-site-scripting-xss.md similarity index 57% rename from glossary/Cross-site-scripting.md rename to glossary/Cross-site-scripting-xss.md index f149054a8..b9a53cc28 100644 --- a/glossary/Cross-site-scripting.md +++ b/glossary/Cross-site-scripting-xss.md @@ -1,3 +1,4 @@ ### Cross-site scripting (XSS) -XSS refers to client-side code injection where the attacker injects malicious scripts into a legitimate website or web application. This is often achieved when the application does not validate user input and freely injects dynamic HTML content. +XSS refers to client-side code injection where the attacker injects malicious scripts into a legitimate website or web application. +This is often achieved when the application does not validate user input and freely injects dynamic HTML content.