Files
fizzy/test/controllers
Jeremy Daer 4efa4da809 Fix IDOR in webhook activation endpoint (#2431)
The webhook activation controller was using account-scoped lookup
instead of board-scoped lookup, allowing users to reactivate webhooks
on boards they don't have access to.

This was an oversight when board-scoping was added to the main webhooks
controller - the activations controller was missed in that update.

The fix adds the BoardScoped concern to properly restrict webhook
activation to boards the user has explicit access to.
2026-01-24 17:06:12 -08:00
..
2025-12-16 16:44:20 +01:00
2025-12-11 10:36:56 +01:00
2025-11-24 12:04:33 +01:00
2025-06-24 13:26:37 +02:00
2025-12-20 18:12:42 -06:00