Loading...
Back to Blog
3 things most Salesforce teams miss during code review

3 things most Salesforce teams miss during code review

Lorenzo Frattini

I have been working with dozen of Salesforce teams throughout my career. As I look at how they manage their code reviews, there are 3 things that most of them miss. In this short blog post, I will share them with you.

CRUD/FLS violations

This simply means that the object and field-level security permissions you set can by bypassed. Many believe this is not a big deal for internal Orgs, but it is - especially when you keep sensitive data or when you have external users.

Primary impact: risk of customer data leaks.

Vulnerable third-party JavaScript libraries

Using open source libraries is a great way to accelerate development, but it often comes at the expense of security. Most teams bundle third-party JS in their static resources. When vulnerabilities are discovered for those libraries (it happens all the times) no one notices and the security flaw stays hidden.

Primary impact: code injection vulnerabilities.

Creating data with new in test methods

Not centralising how test objects are created is one of the easiest way to cause rework. All test methods that instantiate sObjects directly via new will break as soon a new validation rule is introduced. Depending on how many tests you have, this could easily cause tens of hours of rework.

Primary impact: regressions.

These problems are sneaky: they require inspecting many files at once, and cannot be detected by tools like PMD, that simply check the syntax of your source files. We have built Clayton to automate these and many more problems out of existence, so you can build more, and worry less.

Share on social media: 
Clayton Logo

Clayton stops 1679 vulnerabilities and bugs, every day.

Join 500+ Salesforce teams and unlock your best engineering.
Start Free
Up and running in clicks. No credit card required.

More from the Blog

Common Challenges in Managing Distributed Teams in the Salesforce Ecosystem

While distributed teams offer numerous advantages, such as access to a diverse talent pool and 24/7 productivity, they also come with unique challenges. Let's explore some common challenges in managing distributed teams in the Salesforce ecosystem and the solutions to address them.

Read Story

Webinar - Salesforce Well-Architected: A Guide for Implementation

How can you ensure that your Salesforce implementations adhere to these best practices? Join us in our next webinar.

Read Story

Watch The Video - The Path to Modern DevSecOps: A Story from MTX Group

Join us for an exclusive webinar with MTX Group as we unveil their remarkable path to modern DevSecOps.

Read Story