Skip to content

Commit

Permalink
Merge pull request #45200 from nextcloud/backport/45088/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(User\Manager): Avoid future collisions with updater/audit logs
  • Loading branch information
nickvergessen committed May 7, 2024
2 parents 3b3c57e + 7953538 commit 9f7d574
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 @@ -744,6 +744,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 9f7d574

Please sign in to comment.