aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/SetupController.php3
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…');