Skip to content

Commit

Permalink
Merge pull request #45202 from nextcloud/backport/45088/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
  • Loading branch information
nickvergessen authored May 7, 2024
2 parents 64bf341 + a6064f5 commit 9e7740d
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 @@ -769,6 +769,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 9e7740d

Please sign in to comment.