mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°6351 - code hardening
This commit is contained in:
@@ -52,7 +52,7 @@ try
|
|||||||
|
|
||||||
if (array_key_exists('table_inner_id', $aListParams))
|
if (array_key_exists('table_inner_id', $aListParams))
|
||||||
{
|
{
|
||||||
$sListId = utils::HtmlEntities($aListParams['table_inner_id']);
|
$sListId = utils::Sanitize($aListParams['table_inner_id'], '', utils::ENUM_SANITIZATION_FILTER_ELEMENT_IDENTIFIER);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (array_key_exists('json', $aListParams))
|
if (array_key_exists('json', $aListParams))
|
||||||
|
|||||||
Reference in New Issue
Block a user