Files
breadcrumb-the-shire/pages/admin/users
fs fd90065048 fix(security): add CSRF protection to all POST endpoints + contract tests (B2)
CSRF guards added to 16 admin pages that previously accepted POST requests
without token verification (GR-SEC-001): departments, permissions, roles,
settings, tenants, users (create/edit/bulk/tokens), and lang switch.

New contract tests:
- PostEndpointCsrfContractTest: scans all pages/ for POST handlers and
  verifies checkCsrfToken is present (API/data endpoints exempt).
- DatabaseUpdatesContractTest: validates db/updates/ scripts follow naming
  convention and use idempotent SQL patterns (GR-CORE-010).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:40:07 +01:00
..
2026-03-04 15:56:58 +01:00
2026-02-04 23:31:53 +01:00
2026-03-04 15:56:58 +01:00
2026-03-04 15:56:58 +01:00
2026-02-04 23:31:53 +01:00
2026-03-04 15:56:58 +01:00
2026-03-05 11:17:42 +01:00
2026-03-05 08:26:51 +01:00