I've been considering using Google App Engine for a few hobby projects. While they won't be handling any sensitive data, I'd still like to make them relatively secure for a number of reasons, like learning about security, legal, etc.
What security issues need to be addressed when working with Google App Engine?
Are they the same issues that other applications - like applications written in other languages or hosted in other ways - are faced with?
Edit: I did some searching it looks like I need to sanitize input for XSS and Injection. What are other things to consider?