Browse Source

Fix false positive found by deepcode.ai

Marc Hartmayer 5 years ago
parent
commit
cfa2bbd3d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/rules/actions/cardActions.js

+ 1 - 0
client/components/rules/actions/cardActions.js

@@ -164,6 +164,7 @@ BlazeComponent.extendComponent({
           const boardId = Session.get('currentBoard');
           const actionId = Actions.insert({
             actionType: 'removeMember',
+            //  deepcode ignore NoHardcodedCredentials: it's no credential
             username: '*',
             boardId,
             desc,