-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a non-admin user, I shouldn't be able to delete another user's board #173
Comments
@martinbedouret This might be a good task for Katerina and Maria? I know it's security-related but it should be fairly simple, and I wrote some tests in #174 so they can validate that the fix works as intended. |
Just in case, I'm completely new to this app and api (and a beginner dev), but I realized that the same problem should happen with deleting a user? |
Hi @callapa1, good observation. I would have to check, but as far as I know only an admin can call the |
Hi @sylvansson . Yes, I just found it. Only admin in x-security-scopes |
Hi @callapa1, are you still working on this? If not, I might assign the issue to someone else. |
Hello @sylvansson . Sorry, I had some problems trying to reproduce the environment because of all the API keys needed. Yes, you can assign this to someone else |
The
deleteBoard
route currently allows callers to delete boards owned by another user, even if the caller is not an admin.Acceptance criteria
The text was updated successfully, but these errors were encountered: