Testverademo / GithubApp-no-config

0 stars 0 forks source link

Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') [VID:95:WEB-INF/views/login.jsp:33] #21

Open veracode-workflow-app[bot] opened 5 months ago

veracode-workflow-app[bot] commented 5 months ago

https://github.com/Testverademo/GithubApp-no-config/blob/993b7e0037042b1ed5f2273f06a80d4db1bc47e8/src/main/webapp/WEB-INF/views/login.jsp#L28-L38

Filename: WEB-INF/views/login.jsp

Line: 33

CWE: 95 (Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection'))

This call to eval() contains untrusted input or potentially untrusted data. If this input could be modified by an attacker, arbitrary JS code could be executed. Validate all untrusted and untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible. In general, avoid executing code derived from untrusted input. References: CWE/nDon't know how to fix this? Don't know why this was reported?
Get Assistance from Veracode