ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 210 - Certified Sharing and Visibility Architect discussion

Report
Export

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
Answers
A.
SOQL Injection
B.
Arbitrary Redirects
Answers
B.
Arbitrary Redirects
C.
Cross-Site Scripting
Answers
C.
Cross-Site Scripting
D.
Access Control
Answers
D.
Access Control
Suggested answer: C
asked 23/09/2024
Christoph Reithmayr
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first