Currently all API endpoints just check for a valid token. So any user could read any other user's budgets. We should check if a user actually has access to a specific budget and its history.
Currently all API endpoints just check for a valid token. So any user could read any other user's budgets. We should check if a user actually has access to a specific budget and its history.
jacob1123
added the bug label 2022-09-13 10:20:07 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently all API endpoints just check for a valid token. So any user could read any other user's budgets. We should check if a user actually has access to a specific budget and its history.