add glossary/XSS

This commit is contained in:
Stefan Feješ
2018-07-17 10:54:10 +02:00
parent 6941b4634d
commit 8b7025dbc3

View File

@ -0,0 +1,3 @@
### 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.