WebAPI/Security/PowerManagement: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Power Management APIs == | |||
General Use Cases: None | General Use Cases: None | ||
Line 12: | Line 7: | ||
Threat severity: Moderate | Threat severity: Moderate | ||
References: | |||
*https://wiki.mozilla.org/WebAPI/PowerManagementAPI | |||
*Security discussion: https://groups.google.com/d/topic/mozilla.dev.webapps/uXjjn_62Jek/discussion | |||
Brief purpose of API: Allow apps to turn off or restart device and catch on-wake events | |||
Authorization | {| 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 || Power Management App || Implicit || | |||
|} | |||
[[Category:Web APIs]] | |||
[[Category:Security]] |
Latest revision as of 23:41, 1 October 2014
Power Management APIs
General Use Cases: None
Inherent threats: Denial of service to device (including telephone), annoyance
Threat severity: Moderate
References:
- https://wiki.mozilla.org/WebAPI/PowerManagementAPI
- Security discussion: https://groups.google.com/d/topic/mozilla.dev.webapps/uXjjn_62Jek/discussion
Brief purpose of API: Allow apps to turn off or restart device and catch on-wake events
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 | Power Management App | Implicit |