Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ss-2015-024] FIX: Don't expose serialised fields to admin
SavedJobData and SavedJobMessages contain php serialised data. There's no point showing these to a CMS Admin as they're not human readable. Worse, it might be insecure, as a malicious CMS Admin might be able to craft a payload thats dangerous to unserialise. So best just to not let the CMS Admin see or edit them.
- Loading branch information