mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
issue 1353 xss defense in member info page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10270 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0fb3866a1
commit
a8a6e2b248
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@
|
|||
|
||||
// XSS defence
|
||||
$oSecurity = new Security($info);
|
||||
$oSecurity->encodeHTML('user_name', 'nick_name', 'address.');
|
||||
$oSecurity->encodeHTML('user_name', 'nick_name', 'address.', 'group_list.');
|
||||
|
||||
if($extra_vars)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue