UMaine-ASAP / portfolio_old

0 stars 0 forks source link

Input sanitization #1

Open rossproduct opened 12 years ago

rossproduct commented 12 years ago

The site's inputs need to be tested for proper sanitization. Things like html tags, etc. should all be looked into. Paris/Idiorm take care of SQL sanitization, so that shouldn't be an issue thankfully.

bakertim commented 12 years ago

We should construct a generic sanitization system, possibly capturing post and get information from the onset and filtering. That might be a bad idea if we need location specific filtering. In that case we would want a class with filtering mechanisms in order to maintain consistency.