mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix XSS.
Thanks to xet7 !
This commit is contained in:
parent
61e682470c
commit
99f68f36b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue