From 89df1990fa114d845be1729313158ac8a187d2ba Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 20 Dec 2021 23:14:35 +0200 Subject: [PATCH] CONTRIBUTING.md: remove reference to Facebook bug bounty program GraphQL was moved to GraphQL Foundation many years ago. --- .github/CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0eec946ce2..d935f6d400 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,10 +11,6 @@ We use GitHub issues to track public bugs and requests. Please ensure your bug description is clear and has sufficient instructions to be able to reproduce the issue. The best way is to provide a reduced test case on jsFiddle or jsBin. -Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe -disclosure of security bugs. In those cases, please go through the process -outlined on that page and do not file a public issue. - ## Pull Requests All active development of graphql-js happens on GitHub. We actively welcome