From 53a2e062daf820a81cbd2af224cffd4e7fd20ea9 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Mon, 18 Apr 2022 10:10:26 +0200 Subject: [PATCH] SECURITY.md: delete This is being replaced by https://github.com/Homebrew/.github/pull/58 --- SECURITY.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 871064f836..0000000000 --- a/SECURITY.md +++ /dev/null @@ -1,14 +0,0 @@ -# Security Policy - -## Supported Versions - -Homebrew is a rolling release package manager. This means: - -- only the latest release and latest commit on the `master` branch of Homebrew/brew are supported. -- only the latest commit on the `master` branch of Homebrew/homebrew-core (and all other Homebrew taps) are supported. - -## Reporting a Vulnerability - -See the ["Security" section of our README](https://github.com/Homebrew/brew/blob/master/README.md#security) for instructions on how to support a security vulnerability. - -We will respond to and fix reported, reproducible security vulnerabilities as soon as possible. A gentle reminder that we are a volunteer-run project so please cut us some slack here.