Browse Source

Fix false positive found by deepcode.ai

Marc Hartmayer 5 năm trước cách đây
mục cha
commit
cfa2bbd3d4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,