summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2020-11-21 00:57:25 +0000
committerGitHub <noreply@github.com>2020-11-21 00:57:25 +0000
commit98ddfdd1e841806c26bfd22d4eecc362bd1aea34 (patch)
treeddbc9d58f29fa4b01fbb98e828f9a51857e85a0f /lib
parentdb3a3bee377a3d4e7b5f54b863cbd8b7b2fa8607 (diff)
downloadnextcloud-server-98ddfdd1e841806c26bfd22d4eecc362bd1aea34.tar.gz
nextcloud-server-98ddfdd1e841806c26bfd22d4eecc362bd1aea34.zip
Mark cleanAppId as sanitizer for include
Should remove a bunch of false positive code scanning results. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/OC_App.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php
index f7fdda66482..c6aa3845c64 100644
--- a/lib/private/legacy/OC_App.php
+++ b/lib/private/legacy/OC_App.php
@@ -81,6 +81,7 @@ class OC_App {
* clean the appId
*
* @psalm-taint-escape file
+ * @psalm-taint-escape include
*
* @param string $app AppId that needs to be cleaned
* @return string