
DML Statements Inside Loops Issue in Salesforce Apex Code
May 28, 2024 · 0 While performing a Checkmarx scan on our Salesforce Apex codebase, an issue was reported under the category "DML Statements Inside Loops." Provided lot of lines of code as shown …
security - How Checkmarx works - Salesforce Stack Exchange
May 28, 2015 · Can someone please advise how Checkmarx/ Force.com Security Source Scanner will be performing code review Is code review happening within Salesforce servers or code get ported to …
CheckMarx FLS Create/Update Vulnerability in Salesforce Apex Code
As such this is a Checkmarx false positive and must be addressed by explaining the scenario in your submission documentation. This answer covers how you can also best to comment the relevant code …
Checkmarx Security Scanner FLS Issues - Salesforce Stack Exchange
Nov 11, 2020 · I run the checkmarx scanner for app and received ~250 FLS issues, which is understood, because when the app developed it simply was not checked. However I have noticed …
Why Is Checkmarx Taking So Long To Complete? [closed]
Recently submitted an app to the Force.com source code scanner by CheckMarx, after 5 days still there is no sign of scanning report. It will be helpful if that tool tells some approx waiting period...
Lightning DOM XSS Injection Issue Reported in Checkmarx
Mar 4, 2022 · 0 After execution of checkmarx report we are facing injection issue for one of our aura lightning component Issue reported : The application's <aura:component …
Second order SOQl/SOSL injection error during checkmarx scan
May 7, 2021 · Explore related questions apex soql dynamic-soql checkmarx soql-injection See similar questions with these tags.
SOQL injection checkmarx issue - Salesforce Stack Exchange
Oct 10, 2019 · This element’s value then flows through the code without being properly sanitized or validated, and is eventually used in a database query in method sampleMethod at line 3 of …
checkmarx - Missing Device Lock Verification - Salesforce Stack Exchange
Aug 22, 2025 · Start asking to get answers Find the answer to your question by asking. Ask question checkmarx verification
How should we fix Client potential XSS for InnerText and InnerHTML
Mar 16, 2021 · I am using below code in component to get the values in JS controller and the functionality is working fine, but in Checkmarx scan it's coming as a potential XSS issue and I am not …