Re: [w3c/uievents-key] Tasks for wide review (Issue #57)

# Privacy / Security self-review

2.1 What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?
This spec defines a set of valid values for the `key` attribute of the various key events. This is necessary so that users can type text.

2.2 Do features in your specification expose the minimum amount of information necessary to enable their intended uses?
Yes

2.3 How do the features in your specification deal with personal information, personally-identifiable information (PII), or information derived from them?
N/A

2.4 How do the features in your specification deal with sensitive information?
N/A

2.5 Do the features in your specification introduce new state for an origin that persists across browsing sessions?
No

2.6 Do the features in your specification expose information about the underlying platform to origins?
The various `key` values could be used to infer that a user is using a keyboard with a particular locale (or IME) enabled.

2.7 Does this specification allow an origin to send data to the underlying platform?
No

2.8 Do features in this specification enable access to device sensors?
No

2.9 Do features in this specification enable new script execution/loading mechanisms?
No

2.10 Do features in this specification allow an origin to access other devices?
No

2.11 Do features in this specification allow an origin some measure of control over a user agent’s native UI?
No

2.12 What temporary identifiers do the features in this specification create or expose to the web?
None

2.13 How does this specification distinguish between behavior in first-party and third-party contexts?
No difference

2.14 How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
No difference from normal behavior

2.15 Does this specification have both "Security Considerations" and "Privacy Considerations" sections?
It sure does!

2.16 Do features in your specification enable origins to downgrade default security protections?
Nope

2.17 How does your feature handle non-"fully active" documents?
This attribute is only associated with key events, and they are not sent if the document is not fully active.

2.18 What should this questionnaire have asked?

3.1 Passive Network Attackers
N/A. These are values for a static attribute on an event.

3.2. Active Network Attackers
N/A

3.3. Same-Origin Policy Violations
N/A

3.4 Third-Party Tracking
N/A

3.5 Legitimate Misuse
A site could capture all keypresses and build a map of the values generated by the keyboard. If the user types enough values (and doesn't change keyboard), then the site could try to match those values against a database of known keyboard layouts to guess the user's current keyboard layout.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-key/issues/57#issuecomment-1301234131

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents-key/issues/57/1301234131@github.com>

Received on Wednesday, 2 November 2022 20:55:31 UTC