diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2020-11-21 00:57:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 00:57:25 +0000 |
commit | 98ddfdd1e841806c26bfd22d4eecc362bd1aea34 (patch) | |
tree | ddbc9d58f29fa4b01fbb98e828f9a51857e85a0f /lib | |
parent | db3a3bee377a3d4e7b5f54b863cbd8b7b2fa8607 (diff) | |
download | nextcloud-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.php | 1 |
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 |