diff options
-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 |