From 619758a978aca595ab50ff8a15b949a9f5f72891 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 11 Aug 2022 13:18:11 -0400 Subject: [PATCH] Create SECURITY.md (#1685) Co-authored-by: Jeffrey Cafferata * Update SECURITY.md --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..e77616de7 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +DNSControl is a command-line tool and therefore has a different (limited) attack surface as compared to a web app or other system. + +## Supported Versions + +Only the most recent release is supported with security updates. + +When a major version is incremented, we'll support the previous major version for 6 months. For example, when v4.0 is released, we will support the most recent v3.x release for 6 months. + +## Reporting a Vulnerability + +To report a vulnerability please [create a new Github "issue"](https://github.com/StackExchange/dnscontrol/issues/new/choose). + +We will respond in a best-effort manner, usually within 1 week. We will communciate via the Github issue unless we need to communicate privately, in which case we'll arrange a way to communicate directly. +