diff options
Diffstat (limited to 'core/Controller')
-rw-r--r-- | core/Controller/SetupController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index eb78d74dd4e..bd3b8265c34 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -97,6 +97,9 @@ class SetupController { exit(); } + /** + * @psalm-taint-escape file we trust file path given in POST for setup + */ public function loadAutoConfig(array $post): array { if (file_exists($this->autoConfigFile)) { $this->logger->info('Autoconfig file found, setting up Nextcloud…'); |