mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
Throw exception if RVE-2023-5 is violated
This commit is contained in:
parent
7e018573b9
commit
cbb5e3a582
1 changed files with 4 additions and 0 deletions
|
|
@ -268,6 +268,10 @@ class communicationView extends communication
|
||||||
$source_message->content = "\r\n<br />\r\n<br /><div style=\"padding-left:5px; border-left:5px solid #DDDDDD;\">" . trim($source_message->content) . "</div>";
|
$source_message->content = "\r\n<br />\r\n<br /><div style=\"padding-left:5px; border-left:5px solid #DDDDDD;\">" . trim($source_message->content) . "</div>";
|
||||||
Context::set('source_message', $source_message);
|
Context::set('source_message', $source_message);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
throw new Rhymix\Framework\Exceptions\InvalidRequest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$receiver_info = $oMemberModel->getMemberInfoByMemberSrl($receiver_srl);
|
$receiver_info = $oMemberModel->getMemberInfoByMemberSrl($receiver_srl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue