WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
- [ ] Timestamp / Zeitpunkt - [ ] Group Name / Gruppenname - [ ] Country Names
The ServerRequestFactory in the RequestHandler is directly exposed to all kinds of untrusted real world garbage: https://github.com/WoltLab/WCF/blob/78a336120c6245add9545f46ac304a1afcae2d75/wcfsetup/install/files/lib/system/request/RequestHandler.class.php#L76-L87 Some input values, e.g. NUL bytes in headers, might lead to a remotely...
With the introduction of middlewares the stack trace contains 2 frames per middleware that are identical for every request, clocking in at 19 stack frames for a simple request as...
This is a follow-up for #4869.
The list of recent activities is cramped with content, questionable semantics (username plus time inside ``) and too many links. It is in need of a visual overhaul that should...
Error Type: InvalidArgumentException Error Message: File '....png' could not be found. File: */lib/system/file/upload/UploadFile.class.php (91) Stack Trace: #0 */lib/data/user/rank/UserRank.class.php (84): wcf\system\file\upload\UploadFile->__construct() #1 */lib/acp/form/UserRankEditForm.class.php (119): wcf\data\user\rank\UserRank->getImageFile() #2 */lib/page/AbstractPage.class.php (339): wcf\acp\form\UserRankEditForm->readData() #3 */lib/page/AbstractPage.class.php...
This is a follow-up for #4842.
This is a follow-up for #4842: - [ ] Re-add the checkbox to pageAdd.tpl, but configure the value in wcf1_application with it. - [ ] Enforce the selection of a...
The unread tracking of content in its current state is arbitrary, unread items are picked simply based on age. This is especially obvious when accessing threads where the link to...