KVE-2021-1116 그누보드 XSS 취약점 수정
This commit is contained in:
@ -3965,7 +3965,7 @@ function get_random_token_string($length=6)
|
||||
}
|
||||
|
||||
function filter_input_include_path($path){
|
||||
return str_replace('//', '/', $path);
|
||||
return str_replace('//', '/', strip_tags($path));
|
||||
}
|
||||
|
||||
function option_array_checked($option, $arr=array()){
|
||||
|
||||
Reference in New Issue
Block a user