diff --git a/NEWS b/NEWS index 58b31b738..febbbe8be 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ Bug fixes - [eas] when using EAS/ItemOperations, use IMAP PEEK operation - [web] fixed recipients when replying from a message in the Sent mailbox (#2625) - [web] fixed localizable strings in Card viewer + - [web] properly encode HTML attributes in Contacts module to avoid XSS issues 2.3.11 (2016-05-12) ------------------- diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 44983ff1d..0006fde14 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -151,11 +151,11 @@ - - + var:contactname="currentContact.c_cn.safeStringByEscapingXMLString"> + +