Skip to content

Commit

Permalink
Merge pull request #45088 from nextcloud/fix/user-manager-log-collisions
Browse files Browse the repository at this point in the history
fix(User\Manager): Avoid future collisions with updater/audit logs
  • Loading branch information
nickvergessen authored May 6, 2024
2 parents 890c5b8 + 4509a17 commit 79a75ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/User/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ private function verifyUid(string $uid, bool $checkDataDirectory = false): bool
'.ocdata',
'owncloud.log',
'nextcloud.log',
'updater.log',
'audit.log',
$appdata], true)) {
return false;
}
Expand Down

0 comments on commit 79a75ca

Please sign in to comment.