nextcloud-server/lib/private/BackgroundJob
Louis Chemineau f4fc57cb83 fix: Use sha256 to hash arguments of background jobs
This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 15:56:08 +07:00
..
Job.php
JobList.php fix: Use sha256 to hash arguments of background jobs 2024-09-05 15:56:08 +07:00
QueuedJob.php
TimedJob.php