diff options
Diffstat (limited to 'lib/private/legacy/OC_App.php')
-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 */ |