angular-bridge icon indicating copy to clipboard operation
angular-bridge copied to clipboard

Security fix - Remove query options - eval used

Open Unitech opened this issue 12 years ago • 0 comments

angularBridge.addResource('projects', db.Project, { query: '{_user: String(req.user._id)}'});

https://github.com/Unitech/angular-bridge/blob/master/lib/index.js#L99

  • [ ] Remove the two eval
  • [ ] Add deprecation message
  • [ ] Update Readme

Unitech avatar Jun 19 '13 03:06 Unitech