diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f4d13631a3..1e962cee2d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -52,6 +52,7 @@ /tests/helpers/boring_model.py @williamfalcon @tchaton @borda /.github/CODEOWNERS @williamfalcon +/SECURITY.md @williamfalcon /README.md @williamfalcon @edenlightning @borda /setup.py @williamfalcon @borda /pytorch_lightning/__about__.py @williamfalcon @borda diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..8f265f26be --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,2 @@ +developer@grid.ai +developer@pytorchlightning.ai