Security/Reviews/Gaia/Dialer: Difference between revisions

Line 231: Line 231:


====3. (Secure) data storage ====
====3. (Secure) data storage ====
The recent calls database is stored on the device using indexDB. The code for this is abstracted in <code>recents_db.js</code>. Looks pretty solid, no comments.
It also uses asyncStorage, which is implemented in <code>shared/js/async_storage.js</code>. The app stores the Facebook oauth token in there (the contacts app does, but it is checked in the dialer to see if facebook has been 'connected') and the time the call log was last visited.


====4. Denial of Service ====
====4. Denial of Service ====
Confirmed users
971

edits