List of questions
Related questions
Question 210 - Certified Sharing and Visibility Architect discussion
What is the security vulnerability in the following code snippet? <apex:form> <apex:commandButtonrerender='outputIt' value='Update It'/> <apex:inputText value='{!myTextField}'/> <apex:form> <apex:outputPanel id='outputIt'> Value of my Textfield is <apex:outputText Value='{!myTextField}' escape='false'/> <apex:outputPanel>
A.
SOQL Injection
B.
Arbitrary Redirects
C.
Cross-Site Scripting
D.
Access Control
Your answer:
0 comments
Sorted by
Leave a comment first