[KVE-1574,1575,1576,1577]영카트 XSS 취약점 수정
This commit is contained in:
@ -232,7 +232,7 @@ $check_sanitize_keys = array(
|
||||
);
|
||||
|
||||
foreach( $check_sanitize_keys as $key ){
|
||||
$$key = isset($_POST[$key]) ? strip_tags($_POST[$key]) : '';
|
||||
$$key = isset($_POST[$key]) ? strip_tags(clean_xss_attributes($_POST[$key])) : '';
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user