0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core
David Arvelo 87cda81c84 Sanitize models' attributes/options before passing to bookshelf/knex
closes #2653
- enforce strict whitelists for model methods
- create a class method that reports a model method's valid options
- create a class method that filters a model's valid attributes from data
- create a class method that filters valid options from a model method's options hash
2014-05-06 23:02:49 -04:00
..
client Change error message response 2014-05-05 15:51:21 +02:00
server Sanitize models' attributes/options before passing to bookshelf/knex 2014-05-06 23:02:49 -04:00
shared
test Consistency in model method naming 2014-05-06 00:36:42 +01:00
bootstrap.js
index.js
server.js