summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-23 18:51:11 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-23 18:51:11 -0500
commitdd579937e36ec494372d8d99b49d0943ea2b721d (patch)
treebb6817dc1c8269ac1ddac6561b48ecca0057b01f /ChangeLog
parent73b2f51fe53a9227fbea2ef8455672ec53e636ce (diff)
Add helper method to use implode() with HTML escaping
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 183913b9..ff19067c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ Bug fixes:
* Upload files button stay disabled when there are other submit buttons on the same page
* Hiding subtasks from hidden tasks in dashboard
+* Avoid potential XSS in project overview when listing users (was avoided by default CSP rules)
Version 1.0.39 (Feb 12, 2017)
-----------------------------