SECURITY_OWNERS 768 B

12345678910111213141516
  1. # Changes to integration with the Fuchsia platform, or peer components, require
  2. # security review to avoid introducing sandbox escapes. These include:
  3. # - Critical platform integrations (e.g. shared memory, process launching).
  4. # - Changes to Chromium-defined Fuchsia IPC (aka FIDL) protocols.
  5. # - Addition of new FIDL services to child process sandboxes.
  6. # - Addition of new FIDL clients and implementations.
  7. #
  8. # Security team: If you are uncomfortable reviewing a particular bit of code
  9. # yourself, don't hesitate to seek help from another security team member!
  10. # Nobody knows everything, and the only way to learn is from experience.
  11. # Please keep reviewers ordered alphabetically by LDAP.
  12. ajgo@chromium.org
  13. rsesek@chromium.org
  14. tsepez@chromium.org
  15. wez@chromium.org