summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-05-24 12:48:36 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-05-24 13:19:24 +0200
commitcfa2bbd3d4174da6f6f6ae7aa5830fc883428629 (patch)
tree608e8a29a589baa66e053925baa4eab37eb322ba /client
parent52d633ca693f68fa32dccc37af89f5ad3e964283 (diff)
downloadwekan-cfa2bbd3d4174da6f6f6ae7aa5830fc883428629.tar.gz
wekan-cfa2bbd3d4174da6f6f6ae7aa5830fc883428629.tar.bz2
wekan-cfa2bbd3d4174da6f6f6ae7aa5830fc883428629.zip
Fix false positive found by deepcode.ai
Diffstat (limited to 'client')
-rw-r--r--client/components/rules/actions/cardActions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/rules/actions/cardActions.js b/client/components/rules/actions/cardActions.js
index 7dc6c2b5..2290249c 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,