Explorar o código

Fix false positive found by deepcode.ai

Marc Hartmayer %!s(int64=5) %!d(string=hai) anos
pai
achega
cfa2bbd3d4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,