HolgerHatGarKeineNode 5f28bfedd4 🚀 Enhance authorization and exception handling across Livewire components and SecurityMonitor
- **SecurityMonitor:** Added logic to record and prevent logging of locked-property exceptions, while ensuring non-security exceptions are properly forwarded.
- **Livewire `Members/Admin`:** Centralized authorization logic in private methods, enforced access control on actions, and moved allowed pubkeys to class constant for maintainability.
- **Livewire `News`:** Enforced authorization for editing and deleting news with guard methods and ensured unauthorized users can't access data.
- **Bootstrap exceptions:** Implemented custom exception handling to record Livewire-related security issues while preventing redundant logs.
- Updated tests with new behavior verification covering access control and exception responses.
2026-06-02 19:23:51 +02:00
2026-05-18 22:36:11 +02:00
2024-08-29 13:36:49 +02:00
2024-08-29 13:36:49 +02:00
2026-02-11 14:13:45 +01:00
2024-08-29 13:36:49 +02:00
2026-02-11 14:13:45 +01:00
2026-05-18 22:45:46 +02:00
2026-02-13 16:06:17 +01:00
2026-02-11 14:13:45 +01:00
Languages
Blade 79.2%
PHP 19.4%
JavaScript 0.8%
CSS 0.6%