From f2bd1f20689a3060c553f348dfa63e234f2ab66f Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 2 Oct 2022 02:14:18 -0400 Subject: [PATCH 1/3] docs: create .github/SECURITY.md policy --- .github/SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000000..e5897dcdd2ba --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policiy + +The TypeScript ESLint team and community take all security vulnerabilities seriously. +If you have a vulnerability or other security issues to disclose: + +* Thank you very much, please do! +* Please send them to us by emailing `me@joshuakgoldberg.com` + +We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. + +> We also adhere to the [Tidelift security process](https://support.tidelift.com/hc/en-us/articles/4406287910036-Security-process). +> See https://tidelift.com/security. From 49179015c191464f5a41741792774c84976a0599 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 2 Oct 2022 04:40:52 -0400 Subject: [PATCH 2/3] prettier fix uwuwuwuw --- .github/SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index e5897dcdd2ba..e82c2873de62 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -3,8 +3,8 @@ The TypeScript ESLint team and community take all security vulnerabilities seriously. If you have a vulnerability or other security issues to disclose: -* Thank you very much, please do! -* Please send them to us by emailing `me@joshuakgoldberg.com` +- Thank you very much, please do! +- Please send them to us by emailing `me@joshuakgoldberg.com` We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. From bc31dc92ef7d6dd00e467daf01961362a7f0e3f6 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 4 Oct 2022 10:18:54 -0400 Subject: [PATCH 3/3] Update .github/SECURITY.md --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index e82c2873de62..536720ad67e8 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,7 +4,7 @@ The TypeScript ESLint team and community take all security vulnerabilities serio If you have a vulnerability or other security issues to disclose: - Thank you very much, please do! -- Please send them to us by emailing `me@joshuakgoldberg.com` +- Please send them to us by emailing `typescripteslint@gmail.com` We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.