aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-11-21 00:04:37 +0100
committerGitHub <noreply@github.com>2020-11-21 00:04:37 +0100
commit6811274cfd642fa5a4bbfcdab46b43cfafc65441 (patch)
tree8e37a9827937c16bddd0ba694727a0304a714f51 /lib
parentc31e4266c71fa34707455fc41b728a50db2c606e (diff)
parent47ac8e0028d88f3f103412df1574eb8212d57765 (diff)
downloadnextcloud-server-6811274cfd642fa5a4bbfcdab46b43cfafc65441.tar.gz
nextcloud-server-6811274cfd642fa5a4bbfcdab46b43cfafc65441.zip
Merge pull request #24246 from LukasReschke/add-taint-flow-analysis
Add Psalm Security Analysis
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/OC_App.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php
index 34d5d9ffe7c..f7fdda66482 100644
--- a/lib/private/legacy/OC_App.php
+++ b/lib/private/legacy/OC_App.php
@@ -80,6 +80,8 @@ class OC_App {
/**
* clean the appId
*
+ * @psalm-taint-escape file
+ *
* @param string $app AppId that needs to be cleaned
* @return string
*/