diff --git a/activities.json b/activities.json index c3db3fbf..567542d6 100644 --- a/activities.json +++ b/activities.json @@ -938,6 +938,18 @@ "title": "Web Background Synchronization", "url": "https://wicg.github.io/BackgroundSync/spec" }, + { + "ciuName": "mdn-api_bluetooth", + "description": "This document describes an API to discover and communicate with devices over the Bluetooth 4 wireless standard using the Generic Attribute Profile (GATT).", + "id": "web-bluetooth", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=674737", + "mozPosition": "harmful", + "mozPositionDetail": "This API provides access to the Generic Attribute Profile (GATT) of Bluetooth, which is not the lowest level of access that the specifications allow, but its generic nature make it impossible to clearly. Like WebUSB there is significant uncertainty regarding how well prepared devices are to receive requests from arbitrary sites. The generic nature of the API means that this risk is difficult to manage. The Web Bluetooth CG has opted for weaker protections than those in WebUSB, which require active consent to communicate from the device. This proposal uses a blocklist, which will require constant and active maintenance so that vulnerable devices aren't exploited. This model is unsustainable and presents a signficant risk to users and their devices.", + "mozPositionIssue": 95, + "org": "Proposal", + "title": "Web Bluetooth", + "url": "https://webbluetoothcg.github.io/web-bluetooth/" + }, { "ciuName": null, "description": "This specification describes an API that can be used to retrieve the amount of budget an origin has available for resource consuming background operations, as well as the cost associated with doing such an operation.", diff --git a/activities.py b/activities.py index 2ea0940d..439f6cc1 100755 --- a/activities.py +++ b/activities.py @@ -526,6 +526,7 @@ def html_url(doc_name): "www.w3.org": W3CParser, "w3c.github.io": W3CParser, "wicg.github.io": W3CCGParser, + "webbluetoothcg.github.io": W3CCGParser, "privacycg.github.io": W3CCGParser, "dev.w3.org": W3CParser, "dvcs.w3.org": W3CParser,