function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gv007gv007 

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

Best Answer chosen by Admin (Salesforce Developers) 
vbadhwarvbadhwar

Hi Gopi,

 

I believe Robert already addressed your issues, let me know if this is not the case.

 

Thanks,

Varun 

All Answers

vbadhwarvbadhwar

Hi Gopi,

 

I believe Robert already addressed your issues, let me know if this is not the case.

 

Thanks,

Varun 

This was selected as the best answer
gv007gv007

Varun,

           Thanks for remaining me ,it is a duplicate post .I am working with Robert regarding this issue.

Thanks

Gopi