mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 2154 XSS Defense in admin permission manage page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10903 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2f0c01785b
commit
beb9a9f89e
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@
|
|||
$security = new Security();
|
||||
$security->encodeHTML('group_list..title');
|
||||
$security->encodeHTML('group_list..description');
|
||||
$security->encodeHTML('admin_member..nick_name');
|
||||
|
||||
// Get information of module_grants
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue