mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Add eslint rule to ban using dompurify directly
All callers in our codebase should use `domSanitize` instead Also adding myself as a codeowner here to make sure I'm alerted to changes in domSanitize since they need more consideration
This commit is contained in:
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@@ -25,6 +25,7 @@ src/cli.ts @bpasero @deepak1556
|
||||
src/main.ts @bpasero @deepak1556
|
||||
src/server-cli.ts @bpasero @deepak1556
|
||||
src/server-main.ts @bpasero @deepak1556
|
||||
src/vs/base/browser/domSanitize.ts @mjbvz
|
||||
src/vs/base/parts/sandbox/** @bpasero @deepak1556
|
||||
src/vs/base/parts/storage/** @bpasero @deepak1556
|
||||
src/vs/platform/backup/** @bpasero
|
||||
|
||||
Reference in New Issue
Block a user