N°9379 - PHP unserialze function - security hardening

- ormcaselog index
This commit is contained in:
Benjamin DALSASS
2026-04-09 15:26:49 +02:00
parent ddaf014898
commit ff2f10e5b6

View File

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