Andras Bacsai
67a4fcc2ab
fix: add mass assignment protection to models
...
Replace $guarded = [] with explicit $fillable whitelists across all
models. Update controllers to use request->only($allowedFields) when
assigning request data. Switch Livewire components to forceFill() for
explicit mass assignment. Add integration tests for mass assignment
protection.
2026-03-28 12:32:57 +01:00
..
2026-03-28 12:32:57 +01:00
2026-01-04 17:23:22 +01:00
2026-03-26 11:06:30 +01:00
2025-12-05 11:02:07 +01:00
2024-12-10 08:50:07 +01:00
2025-10-11 11:16:28 +02:00
2025-12-10 08:59:13 +01:00
2025-11-14 11:35:22 +01:00
2025-01-15 17:11:15 +01:00
2025-11-14 11:35:22 +01:00
2026-03-03 09:50:05 +01:00
2026-03-25 13:26:50 +01:00
2025-10-30 01:16:59 +05:30
2024-10-24 13:28:31 +02:00
2026-01-16 11:51:26 +01:00
2026-03-25 23:44:37 +01:00
2026-03-23 15:15:02 +01:00
2025-06-18 14:29:46 +02:00
2026-03-16 21:27:10 +01:00
2026-03-03 09:50:05 +01:00
2025-11-14 11:35:22 +01:00
2026-03-19 11:42:29 +01:00
2025-09-26 08:24:38 +02:00
2025-10-07 15:02:23 +02:00
2026-03-03 09:50:05 +01:00
2026-02-18 11:53:58 +01:00
2026-03-28 12:32:57 +01:00
2026-03-10 22:19:19 +01:00
2026-03-28 12:32:57 +01:00
2026-02-23 13:23:12 +01:00
2026-02-26 21:12:58 -08:00
2025-12-27 15:24:09 +01:00
2025-11-14 11:35:22 +01:00
2025-02-07 19:36:52 +01:00
2026-03-28 12:32:57 +01:00
2026-03-03 09:50:05 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-28 12:32:57 +01:00
2026-03-03 12:28:16 +01:00
2026-01-16 11:51:26 +01:00
2025-08-19 12:14:48 +02:00
2026-03-28 12:32:57 +01:00
2025-09-25 11:33:32 +02:00
2025-11-14 11:35:22 +01:00
2026-03-28 12:32:57 +01:00
2025-08-12 10:07:11 +02:00
2025-11-25 15:35:01 +01:00