Skip to content
Snippets Groups Projects
Commit 98ddfdd1 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Mark cleanAppId as sanitizer for include


Should remove a bunch of false positive code scanning results.

Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
parent db3a3bee
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ class OC_App { ...@@ -81,6 +81,7 @@ class OC_App {
* clean the appId * clean the appId
* *
* @psalm-taint-escape file * @psalm-taint-escape file
* @psalm-taint-escape include
* *
* @param string $app AppId that needs to be cleaned * @param string $app AppId that needs to be cleaned
* @return string * @return string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment