Files
fizzy/app/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
..
2026-01-23 13:25:55 -05:00
2025-09-22 12:55:19 +02:00
2025-11-03 15:27:12 +01:00
2025-11-18 15:48:40 +01:00
2025-12-19 19:21:58 +01:00
2025-12-11 11:20:43 +00:00