WebAPI/Security/Settings: Difference between revisions
Jump to navigation
Jump to search
Ptheriault (talk | contribs) No edit summary |
No edit summary |
||
(5 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=== | ||
Use | {| 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]] | |||
Latest revision as of 23:42, 1 October 2014
Settings API
Brief purpose of API: API to configure device settings
General Use Cases: None
Inherent threats:
- Access sensitive configuration data (WiFi passwords etc)
- Change settings which might cost user money (data settings, roaming etc)
- Privacy implications
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
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 |