4k4xs4pH1r3 / artemisa

Source code of artemisa.unbosque.edu.co, including room and other systems.
GNU General Public License v3.0
1 stars 1 forks source link

(JAVA-A1035) Audit: Including request data within HTML response strings may lead to XSS attacks #1200

Open 4k4xs4pH1r3 opened 5 months ago

4k4xs4pH1r3 commented 5 months ago

Description

Avoid directly including request data within HTML, as this may lead to a cross-site-scripting vulnerability.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/4k4xs4pH1r3/artemisa/issue/JAVA-A1035/occurrences/

secure-code-warrior-for-github[bot] commented 5 months 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