You need to sign in to do that
Don't have an account?

Urgent: How to resolve SOQL Injection related issue?
HI all,
I have submitted my application code for force.com security scanner and recieved result report with some secutiy SOQL Injection Vulnerability issues.
below is the one of the example and already i have implemeted escape singlequote also. but it shows again there is SOQL Injection vulnerability issue on below mentioned screen. pleae help me out how to handle this issue.

Thanks,
Yarram.
I have submitted my application code for force.com security scanner and recieved result report with some secutiy SOQL Injection Vulnerability issues.
below is the one of the example and already i have implemeted escape singlequote also. but it shows again there is SOQL Injection vulnerability issue on below mentioned screen. pleae help me out how to handle this issue.
Thanks,
Yarram.
I think the scanner is looking for the word "admin" in your code. If you change the variable and class names, I think it will fix the issue.