N°2853 - Security hardening

(cherry picked from commit d01caaf4e4)
This commit is contained in:
Stephen Abello
2020-03-10 10:23:38 +01:00
committed by Eric
parent f9af8fc912
commit bfcd137e52
3 changed files with 30 additions and 29 deletions

View File

@@ -1130,7 +1130,7 @@ EOF
break;
case 'dashboard_editor':
$sId = utils::ReadParam('id', '', false, 'raw_data');
$sId = utils::ReadParam('id', '', false, 'element_identifier');
$aExtraParams = utils::ReadParam('extra_params', array(), false, 'raw_data');
$sDashboardFile = utils::ReadParam('file', '', false, 'raw_data');
$sReloadURL = utils::ReadParam('reload_url', '', false, 'raw_data');