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
This does go through, however, because we aren't doing rule checking yet for relational actions on updates.
The following relational update actions are likely able to be executed when they shouldn't be: connect, connectOrCreate, create, delete, deleteMany, disconnect, set, update, updateMany, upsert
Given the following example rules:
The user should not be able to execute the following query, bc
user.update
is false:This does go through, however, because we aren't doing rule checking yet for relational actions on updates.
The following relational update actions are likely able to be executed when they shouldn't be:
connect, connectOrCreate, create, delete, deleteMany, disconnect, set, update, updateMany, upsert
These tests outline a few of the vulnerabilities.
The text was updated successfully, but these errors were encountered: