Daniel Cheng | f4c66071 | 2022-06-22 18:56:44 | [diff] [blame] | 1 | # Reviewers for security-sensitive CLs that cross process boundaries, e.g.: |
Chris Palmer | 3334b5fb | 2017-12-07 20:28:46 | [diff] [blame] | 2 | # |
Daniel Cheng | f4c66071 | 2022-06-22 18:56:44 | [diff] [blame] | 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 | |
| 15 | # Consider assigning IPC reviews to chrome-ipc-reviews@google.com rather than a |
| 16 | # specific reviewer. This helps distribute review load and knowledge more evenly |
| 17 | # amongst the team. Automation will select a random reviewer and reassign the |
| 18 | # review within ~5 minutes. Googlers can read more about this at go/gwsq-gerrit. |
| 19 | chrome-ipc-reviews@google.com |
| 20 | |
| 21 | # The find-owners plugin does not support groups, so the actual IPC reviewers |
| 22 | # are listed below but tagged with {LAST_RESORT_SUGGESTION} so that Gerrit will |
| 23 | # preferentially suggest the review alias above. |
| 24 | # |
| 25 | # Please keep this list alphabetized and in sync with the gwsq config (see |
| 26 | # go/chrome-ipc-review). |
Daniel Cheng | bc4f6be6 | 2022-10-21 22:13:11 | [diff] [blame] | 27 | ajgo@chromium.org #{LAST_RESORT_SUGGESTION} |
| 28 | danakj@chromium.org #{LAST_RESORT_SUGGESTION} |
| 29 | dcheng@chromium.org #{LAST_RESORT_SUGGESTION} |
| 30 | dominickn@chromium.org #{LAST_RESORT_SUGGESTION} |
| 31 | estark@chromium.org #{LAST_RESORT_SUGGESTION} |
| 32 | joenotcharles@google.com #{LAST_RESORT_SUGGESTION} |
| 33 | kenrb@chromium.org #{LAST_RESORT_SUGGESTION} |
| 34 | kinuko@chromium.org #{LAST_RESORT_SUGGESTION} |
| 35 | meacer@chromium.org #{LAST_RESORT_SUGGESTION} |
| 36 | mkwst@chromium.org #{LAST_RESORT_SUGGESTION} |
| 37 | mpdenton@chromium.org #{LAST_RESORT_SUGGESTION} |
| 38 | nasko@chromium.org #{LAST_RESORT_SUGGESTION} |
| 39 | rsesek@chromium.org #{LAST_RESORT_SUGGESTION} |
| 40 | sammc@chromium.org #{LAST_RESORT_SUGGESTION} |
| 41 | tsepez@chromium.org #{LAST_RESORT_SUGGESTION} |
| 42 | wfh@chromium.org #{LAST_RESORT_SUGGESTION} |