0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/models
Tim Griesser c9235ccb0b Escaping several fields to prevent XSS
issue #938
- escapes post's title field
- escapes settings title, description, email
- escapes user's name field
- includes test for post title
2013-10-09 19:13:13 +01:00
..
base.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
index.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
permission.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
post.js Escaping several fields to prevent XSS 2013-10-09 19:13:13 +01:00
role.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
settings.js Escaping several fields to prevent XSS 2013-10-09 19:13:13 +01:00
tag.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
user.js Escaping several fields to prevent XSS 2013-10-09 19:13:13 +01:00