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

How to fix security fix in page parameters
In my apex code am catching page paremeter using System.currentPageReference() Like that
System.currentPageReference().getParameters().get('Id'); every thing works fine for me,but when i run forc.com security on this code i got security report i have some security loop holes.how to handle this type of issue.
thanks
Gopi
Hi Gopi,
I believe Robert already addressed your issues, let me know if this is not the case.
Thanks,
Varun
All Answers
Hi Gopi,
I believe Robert already addressed your issues, let me know if this is not the case.
Thanks,
Varun
Varun,
Thanks for remaining me ,it is a duplicate post .I am working with Robert regarding this issue.
Thanks
Gopi