[go: nahoru, domu]

tree: 3d08eb8565f0fd10f2f76cebc327d8243b207f43 [path history] [tgz]
  1. android/
  2. DIR_METADATA
  3. OWNERS
  4. README.md
components/environment_integrity/README.md

Web Environment Integrity (WEI)

https://github.com/RupertBenWiser/Web-Environment-Integrity/blob/main/explainer.md

Implementations for Web Environment Integrity can vary from platform to platform. For example, on Android we must store key-pair identifiers called “handles” and make calls to the Play Integrity attester. On other platforms, the flow may be much different.

When adding WEI support for a platform, code that is specific to that platform should be placed in the appropriate platform-specific directory (e.g. /android). Code that can be used across platforms can be placed in a /common directory.

Currently Android is the only supported platform for WEI.