View Question
View this question.
Add this question to a group or test by clicking the appropriate button below.
add this question to a test add this question to a group
-
While performing a code review, you find the following expression that writes a parameter directly to the output stream:
${param.message}
Which security vulnerability may be introduced with this line of code?- Cross-Site Request Forgery (CSRF)
- Session Fixation
- Cross-Site Scripting (XSS)
- Insecure Direct Object Reference

