I'm testing my Moodle site (2.7.2) due to security reasons. There's a strange issue that I've found: the HTMLPurifier filter library is filtering some input fields, but doesn't filter some others. E.g.: I created a "Database" module and I added a new field. In "field description" input I could save a JS code and unfortunately if I'm checking this field I can see the XSS alert message.
Is it possible to filter ALL input fields in Moodle?
Thanks,
Andrew