영카트 XSS 취약점 수정
This commit is contained in:
@ -5,7 +5,7 @@ include_once('./_common.php');
|
||||
check_admin_token();
|
||||
|
||||
if( isset($_POST['pp_name']) ){
|
||||
$_POST['pp_name'] = strip_tags($_POST['pp_name']);
|
||||
$_POST['pp_name'] = strip_tags(clean_xss_attributes($_POST['pp_name']));
|
||||
}
|
||||
|
||||
if($w == 'd') {
|
||||
|
||||
Reference in New Issue
Block a user