mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Revert "Fix #2005 XEVE-16-008 XSS 방지 및 XSS를 통해 특정 명령을 실행할 수 있는 보안취약점 해결"
This reverts commit 884c91a606.
This commit is contained in:
parent
caaada6a71
commit
e9f9bec9ca
8 changed files with 4 additions and 19 deletions
|
|
@ -114,10 +114,9 @@ class pointAdminView extends point
|
|||
$this->group_list = $oMemberModel->getGroups();
|
||||
Context::set('group_list', $this->group_list);
|
||||
//Security
|
||||
$security = new Security();
|
||||
$security = new Security();
|
||||
$security->encodeHTML('group_list..title','group_list..description');
|
||||
$security->encodeHTML('member_list..');
|
||||
$security->encodeHTML('search_target', 'search_keyword');
|
||||
|
||||
// Set the template
|
||||
$this->setTemplateFile('member_list');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue