Fix potential security issue in ExceptionLogViewPage
authorTim Düsterhus <duesterhus@woltlab.com>
Sun, 21 Aug 2016 13:49:55 +0000 (15:49 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sun, 21 Aug 2016 13:51:35 +0000 (15:51 +0200)
commitbf68991d1d97f635a9c2ae52fec685212cda75d5
treee6f886a1a05c89b372277277bc888277c9f1a3b2
parentf28be008cd72f026cbb0d8898c583bb1b1ea60ed
Fix potential security issue in ExceptionLogViewPage

This is a defense in depth measure. Both serialized items cannot
contain serialized objects anyway. This protects against someone
else maliciously crafting an evil log entry and writing it into
the file.
wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php