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
The EventsDataPreovider does not notify clients about the invalid arguments. For example, if subscribe like the example below, the subscription is correctly created without any fail and error message:
This problem shows up in every data provider. While parsing the arguments, providers look only for the needed fields, allowing users to pass additional fields that won't be validated. However, I'm unsure how bad it is and whether it's worth spending time on it.
Guitarheroua
changed the title
[Access] EventsDataProvider does not catch invalid arguments
[Access] DataProviders does not catch invalid arguments
Feb 20, 2025
🐞 Bug Report
The EventsDataPreovider does not notify clients about the invalid arguments. For example, if subscribe like the example below, the subscription is correctly created without any fail and error message:
Expected behaviour
It should be impossible to subscribe with invalid arguments and return an error in response.
The text was updated successfully, but these errors were encountered: