WebAPI/Security/Wifi: Difference between revisions
Jump to navigation
Jump to search
Ptheriault (talk | contribs) (Created page with "==Web Bluetooth API== Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=674737 https://wiki.mozilla.org/WebAPI/WebBluetooth Brief purpose of API: The aim of WebBluetooth i...") |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | == Wifi API == | ||
Brief purpose of API: Read wifi network information (read-only). All network changes should go through settings API. | |||
General Use Cases: None | |||
Inherent threats: Privacy (identify user, geolocation, based on wifi characteristics) | |||
Threat severity: Moderate | |||
{| 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 || Wifi sniffer app || Explicit || | |||
|- | |||
| Certified Web Apps || Wifi Manager || Implicit || | |||
|} | |||
[[Category:Web APIs]] | |||
[[Category:Security]] | |||
Latest revision as of 23:43, 1 October 2014
Wifi API
Brief purpose of API: Read wifi network information (read-only). All network changes should go through settings API.
General Use Cases: None
Inherent threats: Privacy (identify user, geolocation, based on wifi characteristics)
Threat severity: Moderate
Type | Use Cases | Authorization Model | Notes & Other Controls |
---|---|---|---|
Web Content | None | No access | |
Installed Web Apps | None | No access | |
Privileged Web Apps | Wifi sniffer app | Explicit | |
Certified Web Apps | Wifi Manager | Implicit |