mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fix #1978 회원정보의 서명에서 발생할 수 있는 취약점 해결
This commit is contained in:
parent
b7c2e9b7d0
commit
0765c73d04
2 changed files with 2 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ class memberModel extends member
|
|||
{
|
||||
$buff = FileHandler::readFile($filename);
|
||||
$signature = preg_replace('/<\?.*\?>/', '', $buff);
|
||||
$GLOBALS['__member_info__']['signature'][$member_srl] = $signature;
|
||||
$GLOBALS['__member_info__']['signature'][$member_srl] = removeHackTag($signature);
|
||||
}
|
||||
else $GLOBALS['__member_info__']['signature'][$member_srl] = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue