Mark cleanAppId as sanitizer for include

Should remove a bunch of false positive code scanning results.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/24268/head
Lukas Reschke 6 years ago committed by GitHub
parent db3a3bee37
commit 98ddfdd1e8
  1. 1
      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

Loading…
Cancel
Save