Skip to content

Commit

Permalink
Merge pull request #6976 from SalesforceFoundation/feature/240__crlpSFCA
Browse files Browse the repository at this point in the history
[SFCA -- Trust/Security][Implementation] Address potential security vulnerabilities in NPSP (CRLP)
  • Loading branch information
npsp-reedestockton authored Jun 8, 2022
2 parents f8edc8b + 94f9eca commit dc728c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions force-app/main/default/classes/CMT_FilterRule_SEL.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

/**
Expand Down
3 changes: 3 additions & 0 deletions force-app/main/default/classes/CRLP_RollupUI_SVC.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit dc728c5

Please sign in to comment.