diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-22 10:53:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 10:53:26 +0100 |
commit | 293410f57659f2765b5dc3b55206f2dab5f4da31 (patch) | |
tree | ee08de93c937e3d28dc174ad2f4652b8a90ce23b | |
parent | f1d71a21e5dbea411764d56cccac38b5f21e50f9 (diff) | |
parent | 98ddfdd1e841806c26bfd22d4eecc362bd1aea34 (diff) | |
download | nextcloud-server-293410f57659f2765b5dc3b55206f2dab5f4da31.tar.gz nextcloud-server-293410f57659f2765b5dc3b55206f2dab5f4da31.zip |
Merge pull request #24268 from nextcloud/add-app-as-sanitizer-for-include
Mark cleanAppId as sanitizer for include
-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 |