Input validation
Improve security of app by tightening up validation on inputs.
Token input
- Double check token length with Bob for Mahara and limit token input length
- Check character limits and limit those
URL
- Double check REGEX on this to make sure it can only be a valid URL
Local Login
- Double check username parameters for Mahara
- Limit length of username and password
- Determine allowed characters, escape others
Edited by Kristina Hoeppner