Karthiktests / demo-csharp

0 stars 0 forks source link

Vulnerability: Cross-site scripting / alert number: 20 #50

Open SAIKARTHIKGOTURI opened 1 week ago

SAIKARTHIKGOTURI commented 1 week ago

Severity: Medium Vulnerability Description: Cross-site scripting More Details: https://github.com/Karthiktests/demo-csharp/security/code-scanning/20 State: open Updated At: 2024-09-05T18:07:57Z Created At: 2024-09-05T18:07:56Z

secure-code-warrior-for-github[bot] commented 1 week ago

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

Matched on "Cross-site scripting"

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