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
Praveen Muddana 14Praveen Muddana 14 

DMl operations on Init invokable apex class

I am facing the salesforce security vulnerability. from init() load method an Apex class method is invoked and corresponding  DMl operations Insert performed . to fix the vulnerability, we have used Queueable method, still vulnerability is poping up. any one have idea how to overcome this issue
Arun Kumar 1141Arun Kumar 1141

Hi Praveen,

 

It's crucial to understand the specifics of your implementation and the nature of the vulnerability you are facing to provide more targeted advice. If you have further details or error messages related to the vulnerability, please provide them so that I can assist you better.

 

Thanks

Arun