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
as shown in the screenshot,
I have noticed that the application allows for duplicate entries in the permissions table. For example, as a superuser, I can add multiple superuser permissions for myself. This behavior can lead to confusion and potential security issues.
Steps to reproduce
Log in as a superuser
Add a new superuser permission for yourself
Verify that the new permission is added successfully
Add another superuser permission for yourself with the same recipient ID
Verify that the new permission is added successfully, creating a duplicate entry
Expected behavior
The application should prevent duplicate entries in the permissions table to ensure data integrity and prevent potential security issues.
The text was updated successfully, but these errors were encountered:
as shown in the screenshot,
I have noticed that the application allows for duplicate entries in the
permissions
table. For example, as a superuser, I can add multiple superuser permissions for myself. This behavior can lead to confusion and potential security issues.Steps to reproduce
Expected behavior
The application should prevent duplicate entries in the
permissions
table to ensure data integrity and prevent potential security issues.The text was updated successfully, but these errors were encountered: