mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Mark cleanAppId as sanitizer for include
Should remove a bunch of false positive code scanning results. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
db3a3bee37
commit
98ddfdd1e8
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue