Sanitize all data coming from CMS with htmlentities. #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since sometimes is difficult to say where a value given by the CMS comes from it may be worth to use htmlentities with all the PHP output to ensure XSS cannot happen.
Done in #10.
Done in #10.