From 0f1f5ed2a20b8fb575d4360316861cf4c2b9b7bc Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 8 Jun 2020 16:54:59 -0700 Subject: [PATCH] Docs: Add security policy link to README (#13403) --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 674d938d6ca..fd6494130e7 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,12 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J 4. [Filing Issues](#filing-issues) 5. [Frequently Asked Questions](#faq) 6. [Releases](#releases) -7. [Semantic Versioning Policy](#semantic-versioning-policy) -8. [License](#license) -9. [Team](#team) -10. [Sponsors](#sponsors) -11. [Technology Sponsors](#technology-sponsors) +7. [Security Policy](#security-policy) +8. [Semantic Versioning Policy](#semantic-versioning-policy) +9. [License](#license) +10. [Team](#team) +11. [Sponsors](#sponsors) +12. [Technology Sponsors](#technology-sponsors) ## Installation and Usage @@ -139,6 +140,10 @@ Join our [Mailing List](https://groups.google.com/group/eslint) or [Chatroom](ht We have scheduled releases every two weeks on Friday or Saturday. You can follow a [release issue](https://github.com/eslint/eslint/issues?q=is%3Aopen+is%3Aissue+label%3Arelease) for updates about the scheduling of any particular release. +## Security Policy + +ESLint takes security seriously. We work hard to ensure that ESLint is safe for everyone and that security issues are addressed quickly and responsibly. Read the full [security policy](https://github.com/eslint/.github/blob/master/SECURITY.md). + ## Semantic Versioning Policy ESLint follows [semantic versioning](https://semver.org). However, due to the nature of ESLint as a code quality tool, it's not always clear when a minor or major version bump occurs. To help clarify this for everyone, we've defined the following semantic versioning policy for ESLint: