0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-04 12:07:30 +00:00
nextcloud_server/lib/private/TaskProcessing
Côme Chilliet 85fbd3eb0a
fix: Work around psalm taint false-positive by not using var_export
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>
2025-02-17 15:24:08 +01:00
..
Db fix(QBMapper): Fix findEntities() return type to be list<T> 2024-11-06 16:31:39 +01:00
Manager.php fix: Work around psalm taint false-positive by not using var_export 2025-02-17 15:24:08 +01:00
RemoveOldTasksBackgroundJob.php fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-10-08 11:26:53 +02:00
SynchronousBackgroundJob.php fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob 2024-08-27 14:59:20 +02:00