SECURITY_OWNERS 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Reviewers for security-sensitive CLs that cross process boundaries, e.g.:
  2. #
  3. # - CLs using Mojo IPC [1]
  4. # - CLs using legacy IPC [2]
  5. # - CLs using Android IDL
  6. #
  7. # [1] reference: https://docs.google.com/document/d/1Kw4aTuISF7csHnjOpDJGc7JYIjlvOAKRprCTBVWw_E4/edit
  8. # [2] reference: https://www.chromium.org/Home/chromium-security/education/security-tips-for-ipc/
  9. #
  10. # Things like the shared memory implementation in //base also fall under the
  11. # purview of //ipc/SECURITY_OWNERS (changes that *use* shared memory should
  12. # already be covered by the standard IPC review process, since the shared
  13. # memory regions themselves need to be sent over IPC).
  14. # Consider assigning IPC reviews to chrome-ipc-reviews@google.com rather than a
  15. # specific reviewer. This helps distribute review load and knowledge more evenly
  16. # amongst the team. Automation will select a random reviewer and reassign the
  17. # review within ~5 minutes. Googlers can read more about this at go/gwsq-gerrit.
  18. chrome-ipc-reviews@google.com
  19. # The find-owners plugin does not support groups, so the actual IPC reviewers
  20. # are listed below but tagged with {LAST_RESORT_SUGGESTION} so that Gerrit will
  21. # preferentially suggest the review alias above.
  22. #
  23. # Please keep this list alphabetized and in sync with the gwsq config (see
  24. # go/chrome-ipc-review).
  25. ajgo@chromium.org #{{LAST_RESORT_SUGGESTION}}
  26. danakj@chromium.org #{{LAST_RESORT_SUGGESTION}}
  27. dcheng@chromium.org #{{LAST_RESORT_SUGGESTION}}
  28. dominickn@chromium.org #{{LAST_RESORT_SUGGESTION}}
  29. estark@chromium.org #{{LAST_RESORT_SUGGESTION}}
  30. joenotcharles@google.com #{{LAST_RESORT_SUGGESTION}}
  31. kenrb@chromium.org #{{LAST_RESORT_SUGGESTION}}
  32. kinuko@chromium.org #{{LAST_RESORT_SUGGESTION}}
  33. meacer@chromium.org #{{LAST_RESORT_SUGGESTION}}
  34. mkwst@chromium.org #{{LAST_RESORT_SUGGESTION}}
  35. mpdenton@chromium.org #{{LAST_RESORT_SUGGESTION}}
  36. nasko@chromium.org #{{LAST_RESORT_SUGGESTION}}
  37. rsesek@chromium.org #{{LAST_RESORT_SUGGESTION}}
  38. sammc@chromium.org #{{LAST_RESORT_SUGGESTION}}
  39. tsepez@chromium.org #{{LAST_RESORT_SUGGESTION}}
  40. wfh@chromium.org #{{LAST_RESORT_SUGGESTION}}