nextcloud-server/apps/admin_audit/lib
Côme Chilliet 25f38883f1
fix: Work around false-positive psalm taint error calling print_r in admin_audit
Same issue as var_export, print_r is listed as sink but it’s not when
 using return:true. Anyway, using the logger context feature is better.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-02-17 15:24:08 +07:00
..
Actions fix: Work around false-positive psalm taint error calling print_r in admin_audit 2025-02-17 15:24:08 +07:00
AppInfo feat(admin_audit): write admin audit log for AnyLoginFailedEvent 2025-02-06 15:39:14 +07:00
BackgroundJobs chore: Add SPDX header 2024-05-26 20:05:04 +07:00
Listener feat(admin_audit): write admin audit log for AnyLoginFailedEvent 2025-02-06 15:39:14 +07:00
AuditLogger.php feat(admin_audit): Move admin_audit hooks to modern event listeners 2024-09-10 14:06:12 +07:00
IAuditLogger.php chore: Add SPDX header 2024-05-26 20:05:04 +07:00