mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01: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>
52 KiB
52 KiB