GSSforSCW / SCW

0 stars 0 forks source link

XSS #3

Open iamCandice opened 2 years ago

secure-code-warrior-for-github[bot] commented 2 years ago

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

Matched on "XSS"

What is this? (2min video)

Reflected cross-site scripting vulnerabilities occur when unescaped input is displayed in the resulting 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 this challenge in Secure Code Warrior