Wednesday, June 19, 2013

Salesforce Code Scanner - Analyse source code



The Force.com Security Source Scanner is a cloud based source code analysis tool built directly into our Force.com offering. Salesforce.com has made it available to all of its developers, for free, as a high value addition, which will help to enable our community to build trusted applications.

Code is scanned on a first come, first serve basis. Depending on the size and complexity of the code and the queue size, speed of results may vary.

You can run the code scanner through this URL


http://security.force.com/security/tools/forcecom/scanner


In this URL you can submit your dev org username , after submit the URL the code analysis result will send to our mail.



No comments:

Post a Comment

Salesforce - Generate dynamic inner query to fetch parent and related child records

Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...