diff --git a/force-app/main/default/classes/CMT_FilterRule_SEL.cls b/force-app/main/default/classes/CMT_FilterRule_SEL.cls index fd600ad4e4..20eb793128 100644 --- a/force-app/main/default/classes/CMT_FilterRule_SEL.cls +++ b/force-app/main/default/classes/CMT_FilterRule_SEL.cls @@ -33,6 +33,9 @@ * @group CMT Filter Rules * @description Selector class for FilterGroups and FilterRule Custom Metadata Type objects */ +// Adding custom rule to avoid this class being scanned by the SFCA scanner since we will not enforce FLS for +// customizable rollups. +/* sfge-disable ApexFlsViolationRule */ public without sharing class CMT_FilterRule_SEL { /** diff --git a/force-app/main/default/classes/CRLP_RollupUI_SVC.cls b/force-app/main/default/classes/CRLP_RollupUI_SVC.cls index be296ee435..2f69b4eec5 100644 --- a/force-app/main/default/classes/CRLP_RollupUI_SVC.cls +++ b/force-app/main/default/classes/CRLP_RollupUI_SVC.cls @@ -35,6 +35,9 @@ * @description Lightning Component Server Controller for the Rollups UI page CRLP_Setup. */ +// Adding custom rule to avoid this class being scanned by the SFCA scanner since we will not enforce FLS for +// customizable rollups. +/* sfge-disable ApexFlsViolationRule */ public with sharing class CRLP_RollupUI_SVC { private static final String SUCCESS_RESPONSE = 'SUCCESS';