From ef441b3541f733ece9854d1aa0ae6038cb7cbef3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 25 Jun 2019 09:30:04 +0100 Subject: [PATCH] Add security policy file See https://help.github.com/en/articles/adding-a-security-policy-to-your-repository --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..eceb076b61 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# 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.