diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-11-21 00:04:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 00:04:37 +0100 |
commit | 6811274cfd642fa5a4bbfcdab46b43cfafc65441 (patch) | |
tree | 8e37a9827937c16bddd0ba694727a0304a714f51 /lib | |
parent | c31e4266c71fa34707455fc41b728a50db2c606e (diff) | |
parent | 47ac8e0028d88f3f103412df1574eb8212d57765 (diff) | |
download | nextcloud-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.php | 2 |
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 */ |