mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2005 XEVE-16-008 XSS 방지 및 XSS를 통해 특정 명령을 실행할 수 있는 보안취약점 해결
This commit is contained in:
parent
fe5feddc63
commit
884c91a606
8 changed files with 19 additions and 4 deletions
|
|
@ -92,6 +92,8 @@ class pollAdminView extends poll
|
|||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('poll_list..title', 'poll_list..nick_name');
|
||||
$security->encodeHTML('search_target', 'search_keyword');
|
||||
|
||||
// Set a template
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('poll_list');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue