var_export is listed as a taint sink because it may output stuff depending on the parameters. It was not the case here, but we can simply json_encode the result by passing it as context to the logger method rather than using var_export. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |
||
|---|---|---|
| .. | ||
| Db | ||
| Manager.php | ||
| RemoveOldTasksBackgroundJob.php | ||
| SynchronousBackgroundJob.php | ||