
Transport False-Positive comments to Checkmarx report
Feb 10, 2023 · I want to find the best way to address false positives in the Checkmarx report. One of the points I am investigating is how to make the Checkmarx report to display the false …
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 …
lightning aura components - Salesforce Stack Exchange
Mar 16, 2021 · Checkmarx is correctly warning you that this is a dangerous operation since someone could craft the content of the SVG element to include some form of hack. What you …
checkmarx - DML Statements Inside Loops Issue in Salesforce …
May 28, 2024 · 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 …
Lighting DOM XSS attack reported by chekmarx
Dec 27, 2023 · We have received checkmarx report from client where there are 10-12 issues are related to lightning DOM XSS attack. In majority cases, issues are related to attributes are …
Fix checkmarx report issue Client DOM XSRF
Aug 13, 2019 · In vfComponent parent.location = self.location; and in checkmarx report it is showing "component gets a parameter from a user request URL from element location. This …
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 …
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 …
apex - ApexSOQLInjection clarification with respect to binding of ...
Oct 5, 2023 · The best solution is to flag as a false positive in the code with a trivial explanation like: SOQL Injection False Positive: the values are in a binding Making this a comment on the …
How to resolve Stored/Reflected XSS for arguments passed to JS ...
Sep 10, 2024 · I am looking for ways to bypass Stored/Reflected XSS issues that are showing up as part of CheckMarx Scan report for the arguments passed to js functions in a VF Page, …