mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
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> |
||
|---|---|---|
| .. | ||
| composer | ||
| l10n | ||
| private | ||
| public | ||
| unstable | ||
| autoloader.php | ||
| base.php | ||
| versioncheck.php | ||