klchia / webgoat

owasp webgoat
0 stars 0 forks source link

XSS #1

Open klchia opened 6 months ago

secure-code-warrior-for-github[bot] commented 6 months ago

Micro-Learning Topic: Cross-site scripting (Detected by phrase)

Matched on "XSS"

What is this? (2min video)

Cross-site scripting vulnerabilities occur when unescaped input is rendered into a page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.

Try a challenge in Secure Code Warrior

Helpful references