You need to sign in to do that
Don't have an account?
Harshitha Kudur
Manage Package checkmarx related issue
HI All,
We are planning to submit a manage package to salesforce. We are checking the security related issue using Checkmarx.
We are getting warning messages in Test methods for not using assert statement and multiple trigger on same object.
Will below warnings fail in the actual saleforce security review?
We are planning to submit a manage package to salesforce. We are checking the security related issue using Checkmarx.
We are getting warning messages in Test methods for not using assert statement and multiple trigger on same object.
Will below warnings fail in the actual saleforce security review?
This is the blog post which i recently published,after facing similar issues. :
http://forceexperiment.wordpress.com/2014/07/17/securing-your-force-com-app/
I hope this will help you.
The shown issues are from the code quality filters, not the security filters, and will not be considered when performing the application review.
You should still fix the hardcoded Id issue however, because this functionality will likely break when you install in a new org.