From 0d0370035c3fcd3846bcfed25e2de1c90c204cc8 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Wed, 20 Mar 2024 18:59:28 +0100 Subject: [PATCH] docs: document Security Policy (#122) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2451649..4c5792e 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ estraverse.traverse(ast, { Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/eslint-scope/issues). +## Security Policy + +We work hard to ensure that ESLint Scope 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). + ## Build Commands * `npm test` - run all linting and tests