From cfa2bbd3d4174da6f6f6ae7aa5830fc883428629 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Sun, 24 May 2020 12:48:36 +0200 Subject: [PATCH] Fix false positive found by deepcode.ai --- client/components/rules/actions/cardActions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/rules/actions/cardActions.js b/client/components/rules/actions/cardActions.js index 7dc6c2b55..2290249ca 100644 --- a/client/components/rules/actions/cardActions.js +++ b/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,