summaryrefslogtreecommitdiffstats
path: root/client/components/rules
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-06-07 22:58:56 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-06-07 23:22:04 +0200
commitfb44df981581354bf23a6928427ad2bf73c4550f (patch)
tree82550bf4323dd6f7435afacbf248d16180e7de9e /client/components/rules
parent1f85b25549b50602380f1745f19e5fe44fe36d6f (diff)
downloadwekan-fb44df981581354bf23a6928427ad2bf73c4550f.tar.gz
wekan-fb44df981581354bf23a6928427ad2bf73c4550f.tar.bz2
wekan-fb44df981581354bf23a6928427ad2bf73c4550f.zip
WIP: XSS fixes
Diffstat (limited to 'client/components/rules')
-rw-r--r--client/components/rules/actions/cardActions.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/rules/actions/cardActions.jade b/client/components/rules/actions/cardActions.jade
index c10c4b2b..469c1c50 100644
--- a/client/components/rules/actions/cardActions.jade
+++ b/client/components/rules/actions/cardActions.jade
@@ -75,7 +75,7 @@ template(name="cardActions")
button.trigger-button.trigger-button-color.js-show-color-palette(
id="color-action"
class="card-details-{{cardColorButton}}")
- | {{{_ cardColorButtonText }}}
+ | {{{_ cardColorButtonText }}} // XSS?!
div.trigger-button.js-set-color-action.js-goto-rules
i.fa.fa-plus