From 98ddfdd1e841806c26bfd22d4eecc362bd1aea34 Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@statuscode.ch> Date: Sat, 21 Nov 2020 00:57:25 +0000 Subject: [PATCH] Mark cleanAppId as sanitizer for include Should remove a bunch of false positive code scanning results. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> --- lib/private/legacy/OC_App.php | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab