Cross Site Scripting
(XSS)
Cross Site Scripting: Attack occurs when application takes untrusted data and sends it to a web browser without proper validation or sanitization
Search Example:
https://google.com/search?q=<search term >
https://google.com/search?q=<search term >
<h...
cheigro.hashnode.dev3 min read