You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The DashboardController fetches and returns all orders from the Order model without filtering by the current user's ID. This means any authenticated user can see all orders made by all other users on their dashboard.
app/Http/Controllers/DashboardController.phpDashboardControllerfetches and returns all orders from theOrdermodel without filtering by the current user's ID. This means any authenticated user can see all orders made by all other users on their dashboard.https://github.com/asciisd/traderfactory_12/blame/df9fcd7c2e7e641960649e1b458d95f73f4f81ec/database/factories/UserFactory.php#L27