Ghost/ghost/members-api
Naz 22738b1b50 🔒 Disabled editable relations by default
refs https://github.com/TryGhost/Ghost/security/advisories/GHSA-9gh8-wp53-ccc6
refs https://github.com/TryGhost/Toolbox/issues/465

- Bookshelf relations allows us to edit relational records by default, which was used liberally in the codebase.
- Not having a clear track record of editable relations left the model layer prone to triggering unwanted nested saves and created a vulnerability where members were able to edit newsletter settings.
- With explicit editable relations it's easier to keep track of relations having editable access to related records. Makes the relational data modification pattern safer to use too.
- Anyone running 5.x should update to 5.24.1

Credits: Dave McDaniel and other members of [Cisco Talos](https://talosintelligence.com/vulnerability_reports)
2022-11-28 18:39:39 +07:00
..
lib 🔒 Disabled editable relations by default 2022-11-28 18:39:39 +07:00
test 🐛 Fixed upgrading Subscriptions to new Tiers 2022-11-07 17:42:32 +07:00
.eslintrc.js
index.js
package.json Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00