mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-5403-XSS-vistas-por-Nokia-USA' into 'develop'
Fixed XSS vulnerability See merge request artica/pandorafms!3041
This commit is contained in:
commit
3342b7dd53
@ -3822,7 +3822,7 @@ function ui_get_url_refresh($params=false, $relative=true, $add_post=true)
|
|||||||
$url .= $key.'['.$k.']='.$v.'&';
|
$url .= $key.'['.$k.']='.$v.'&';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$url .= $key.'='.$value.'&';
|
$url .= $key.'='.io_safe_input($value).'&';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user