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
Right now it looks like all our enforcement is only in the view. We should add controller-level enforcement to ensure the API also restricts resource creation as needed.
The text was updated successfully, but these errors were encountered:
Its not just the API controllers, its all controllers. We would not want to just trust that the UI is disabled, we would want to verify that the POST actions are blocked too if the limits are violated. IE: do not trust user provided parameters.
Right now it looks like all our enforcement is only in the view. We should add controller-level enforcement to ensure the API also restricts resource creation as needed.
The text was updated successfully, but these errors were encountered: