You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our code was secure through obscurity in the past. It's open source now,
time to make sure it's actually secure.
Off the top of my head:
- cookie handling
- we probably should stop using class TempOrder
- make sure users cannot inject bad data into the db
- make sure everything is escaped, check for XSS
Original issue reported on code.google.com by [email protected] on 24 Jun 2009 at 7:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2009 at 7:40The text was updated successfully, but these errors were encountered: