tedivm / mortar

Automatically exported from code.google.com/p/mortar
0 stars 0 forks source link

XSS Security Exception for Form Class #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a way to deal with potential XSS issues in modules the form class could 
'throw' a special exception when it detects an input without a validation or 
filter class attached to it. We should allow a way to disable this for specific 
inputs that don't need validation (passwords, for instance).

Original issue reported on code.google.com by tedivm@tedivm.com on 27 Jun 2010 at 8:01