Files
michaelschiemer/src/Framework/Http/Session/CsrfProtection.php
Michael Schiemer 77505edabf
All checks were successful
Test Runner / test-basic (push) Successful in 8s
Test Runner / test-php (push) Successful in 8s
Deploy Application / deploy (push) Successful in 45s
refactor(csrf): replace error_log with debugLog for structured logging
Replace raw error_log() calls with framework's debugLog() method for:
- Consistent structured logging with context data
- Sensitive data hashing (tokens, session IDs)
- Debug-mode awareness (only logs when debug enabled)
2025-11-25 03:52:57 +01:00

13 KiB