From 1c482d97b9c36d7ff6c03e1b6f25b3bc9416c1e5 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Mon, 10 May 2021 22:06:13 +0200 Subject: [PATCH] chore: add wg-security as required reviewer for other files with IPC handlers --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d10b60555cb04..b47ebf611b95e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,4 +12,7 @@ DEPS @electron/wg-upgrades /script/release @electron/wg-releases # Security WG +/lib/browser/devtools.ts @electron/wg-security +/lib/browser/guest-view-manager.ts @electron/wg-security +/lib/browser/guest-window-proxy.ts @electron/wg-security /lib/browser/rpc-server.ts @electron/wg-security