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
MongoEngineListResource objects do not check authorization for any changes (create, update, delete) prior to performing them. In obj_update for example https://github.com/wlanslovenija/django-tastypie-mongoengine/blob/master/tastypie_mongoengine/resources.py#L854 the change is made and saved without ever checking in for authorization to make the change. The only permissions enforced here are read_* checks when getting the parent/containing Document.
The text was updated successfully, but these errors were encountered:
MongoEngineListResource objects do not check authorization for any changes (create, update, delete) prior to performing them. In obj_update for example https://github.com/wlanslovenija/django-tastypie-mongoengine/blob/master/tastypie_mongoengine/resources.py#L854 the change is made and saved without ever checking in for authorization to make the change. The only permissions enforced here are read_* checks when getting the parent/containing Document.
The text was updated successfully, but these errors were encountered: