whisper-money/app/Actions
Víctor Falcón 93e2d6823c fix(security): scope job-status cache keys to the owning user
The categorization, bulk rule re-evaluation, and automation-rule apply
status endpoints looked jobs up by a bare job UUID. Any authenticated
user who obtained another user's job id could poll its progress payload.

Include the owning user's id in the cache key so a status request keyed
by the polling user's id can only resolve that user's own jobs; a
mismatched owner now falls through to the existing 404. No ownership
store or extra lookup needed. Added cross-user isolation tests for all
three endpoints.
2026-07-03 13:09:18 +02:00
..
Ai fix(security): scope job-status cache keys to the owning user 2026-07-03 13:09:18 +02:00
Fortify refactor: centralize duplicated provider & locale keys into enums (#543) 2026-06-16 13:43:14 +00:00
OpenBanking Cancel Enable Banking connections for free users (#289) 2026-04-15 16:23:03 +02:00
Subscription feat(subscriptions): trial/pricing A/B/C experiment (#600) 2026-06-27 18:00:15 +02:00
CreateDefaultCategories.php feat: parent/child category tree (#474) 2026-06-03 19:30:12 +02:00