whisper-money/app/Http/Controllers/Ai
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
..
AiConsentController.php feat(ai): dismissable AI consent banner that stops after the first decision (#617) 2026-07-01 07:26:36 +00:00
CategorizationController.php fix(security): scope job-status cache keys to the owning user 2026-07-03 13:09:18 +02:00
RuleSuggestionController.php feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00