From 99f68f36b028d6c75acf2e5b83585b1acee65f97 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 8 Jun 2020 17:34:45 +0300 Subject: Fix XSS. Thanks to xet7 ! --- client/components/rules/actions/cardActions.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/components/rules/actions/cardActions.jade b/client/components/rules/actions/cardActions.jade index 469c1c50..0840283b 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 }}} // XSS?! + | {{_ cardColorButtonText }} div.trigger-button.js-set-color-action.js-goto-rules i.fa.fa-plus -- cgit v1.2.3-1-g7c22