N°9379 - PHP unserialze function - security hardening

This commit is contained in:
Benjamin DALSASS
2026-04-14 08:43:47 +02:00
parent 2fe49fbff4
commit 4dbaaad2b9

View File

@@ -218,7 +218,7 @@ class AttributeCaseLog extends AttributeLongText
}
if (strlen($sIndex) > 0) {
$aIndex = unserialize($sIndex);
$aIndex = utils::Unserialize($sIndex);
$value = new ormCaseLog($sLog, $aIndex);
} else {
$value = new ormCaseLog($sLog);