Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security and privacy self review check list #85

Open
17 tasks
himorin opened this issue May 23, 2022 · 4 comments
Open
17 tasks

security and privacy self review check list #85

himorin opened this issue May 23, 2022 · 4 comments
Labels
privacy-tracker Group bringing to attention of Privacy, or tracked by the Privacy Group but not needing response. security-tracker Group bringing to attention of security, or tracked by the security Group but not needing response.

Comments

@himorin
Copy link
Member

himorin commented May 23, 2022

  • What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?
    • This module extends WebXR Device API with AR feature. Three new attributes are exposed to Web sites, to tell how application provided pixel images are composed into real world image. There are wide variety types of AR devices, like camera to capture real world and screen to eye, transmission type display, and it is important for application to build their AR contents.
  • Do features in your specification expose the minimum amount of information necessary to enable their intended uses?
    • Yes
  • How do the features in your specification deal with personal information, personally-identifiable information (PII), or information derived from them?
    • Rely on permission model of WebXR Device API
  • How do the features in your specification deal with sensitive information?
    • Rely on permission model of WebXR Device API
  • Do the features in your specification introduce new state for an origin that persists across browsing sessions?
    • no across sessions
  • Do the features in your specification expose information about the underlying platform to origins?
    • no information to origin
  • Does this specification allow an origin to send data to the underlying platform?
    • no, spec just exposes necessity information for application
  • Do features in this specification enable access to device sensors?
    • spec may enable access to camera image as a part of View, but not an access to camera directly. Also permission model of WebXR Device API is applied.
  • Do features in this specification enable new script execution/loading mechanisms?
    • no
  • Do features in this specification allow an origin to access other devices?
    • no
  • Do features in this specification allow an origin some measure of control over a user agent’s native UI?
    • no control
  • What temporary identifiers do the features in this specification create or expose to the web?
    • no
  • How does this specification distinguish between behavior in first-party and third-party contexts?
    • no third-party context
  • How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
    • restrictions on information exposure are the same, following permission model of WebXR Device API
  • Does this specification have both "Security Considerations" and "Privacy Considerations" sections?
    • yes
  • Do features in your specification enable origins to downgrade default security protections?
    • no downgrading
  • How does your feature handle non-"fully active" documents?
    • no "fully active" document

3 Threat Models

@himorin himorin added privacy-tracker Group bringing to attention of Privacy, or tracked by the Privacy Group but not needing response. security-tracker Group bringing to attention of security, or tracked by the security Group but not needing response. labels May 23, 2022
@himorin
Copy link
Member Author

himorin commented May 23, 2022

@toji please cross check this.

@AdaRoseCannon
Copy link
Member

Fantastic thanks so much @himorin and @toji !

@Manishearth
Copy link
Contributor

+1

@toji
Copy link
Member

toji commented May 26, 2022

LGTM, thanks for handling all of these! Especially when so much of it is simply "We rely on the base WebXR API to handle that."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
privacy-tracker Group bringing to attention of Privacy, or tracked by the Privacy Group but not needing response. security-tracker Group bringing to attention of security, or tracked by the security Group but not needing response.
Projects
None yet
Development

No branches or pull requests

4 participants