mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #1972 카운터 모듈에서 날짜 선택 기능을 이용한 XSS 보안 취약점 문제 고침 (XEVE-16-004)
This commit is contained in:
parent
9babf41659
commit
70ad45f670
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class counterAdminView extends counter
|
|||
function dispCounterAdminIndex()
|
||||
{
|
||||
// set today's if no date is given
|
||||
$selected_date = Context::get('selected_date');
|
||||
$selected_date = (int)Context::get('selected_date');
|
||||
|
||||
if(!$selected_date)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue