10

A remote SQLite database where huge blobs of JSON created by python’s pickle module were stored in a single cell. These blobs include things that should have been many-to-many, like users and competitions. This database (including the pickled python objects) was queried by API calls from an iOS app.

Beat that...!

Comments
  • 1
    Oh and passwords were saved as plain text in files and sent as plain text in query strings.
Add Comment