mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°4493 Security hardening
This commit is contained in:
@@ -340,7 +340,7 @@ EOF
|
|||||||
}
|
}
|
||||||
else if ($oAttDef instanceof AttributeTagSet)
|
else if ($oAttDef instanceof AttributeTagSet)
|
||||||
{
|
{
|
||||||
$sField = $oObj->GetAsCSV($sAttCode, $this->bLocalizeOutput, '');
|
$sField = utils::HtmlEntities($oObj->GetAsCSV($sAttCode, $this->bLocalizeOutput, ''));
|
||||||
$sData .= "<td x:str>$sField</td>";
|
$sData .= "<td x:str>$sField</td>";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user