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
if(ctx.options.skipAccess){debug('skipAccess: true - skipping access filters');returnnext();}// Do not filter if the request is being made against a single model instance.if(_get(ctx.query,'where.id')){debug('looking up by Id - skipping access filters');returnnext();}
These two access bypass mechanisms are undocumented and could expose data to unauthorised users.
Document these bypass mechanisms
Allow users to disable these through configuration options.
The text was updated successfully, but these errors were encountered:
These two access bypass mechanisms are undocumented and could expose data to unauthorised users.
The text was updated successfully, but these errors were encountered: