Confirmed users
1,340
edits
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Settings API == | |||
Brief purpose of API: API to configure device settings | |||
General Use Cases: None | General Use Cases: None | ||
Inherent threats: | Inherent threats: | ||
*Access sensitive configuration data ( | *Access sensitive configuration data (WiFi passwords etc) | ||
*Change settings which might cost user money (data settings, roaming etc) | *Change settings which might cost user money (data settings, roaming etc) | ||
*Privacy implications | *Privacy implications | ||
Line 12: | Line 11: | ||
Threat severity: High | Threat severity: High | ||
References: | |||
* | *https://bugzilla.mozilla.org/show_bug.cgi?id=678695 | ||
* | *Security discussion: https://groups.google.com/d/topic/mozilla.dev.webapps/jkzLINWWiQA/discussion | ||
== | === Permissions Table=== | ||
{| border="1" class="wikitable" | |||
! Type | |||
! Use Cases | |||
! Authorization Model | |||
! Notes & Other Controls | |||
|- | |||
| Web Content || None || No access | |||
|- | |||
| Installed Web Apps || None || No access | |||
|- | |||
| Privileged Web Apps || None || No access | |||
|- | |||
| Certified Web Apps || Settings manager app || Implicit | |||
|} | |||
[[Category:Web APIs]] | |||
[[Category:Security]] | |||