From 1d249e9a82905365af9c690c60e326e51bc93ed2 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 13 Oct 2021 11:42:23 -0400 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..845584a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +For security patches, the latest release is supported: + +| Version | Supported | +| ------- | ------------------ | +| 1.0.x | :white_check_mark: | + +## Reporting a Vulnerability + +To report a vulnerability, [create an issue](https://github.com/go-test/deep/issues) with the _security_ label. + +This project is developed and maintained by volunteers during their free time, +so there is no SLA or ETA for fixing vulnerabilities (or any issues). +Please help by submitting a PR to fix an issue.