mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
We are now explicitly whitelisting all parameters for Post creation. A nice side-effect is that it cleans up the #create action in PostsController. We can now trust that all parameters entering PostCreator are of a safe scalar type.