Update and rename Cross-site-scripting.md to Cross-site-scripting-xss.md

This commit is contained in:
Angelos Chalaris
2018-07-17 21:01:24 +03:00
committed by GitHub
parent 8b7025dbc3
commit a7d05f5dfd

View File

@ -1,3 +1,4 @@
### Cross-site scripting (XSS) ### 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.