From 405344bb11e58296bd23c2c8d0a534443ed2d442 Mon Sep 17 00:00:00 2001 From: irongut Date: Mon, 25 Jul 2022 02:26:32 +0100 Subject: [PATCH] add security policy --- SECURITY.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..a880b97 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,26 @@ +# Security Policy + +## Supported Versions + +Version | Supported +------- | ------------------ +1.2.0 | :white_check_mark: +1.2.0-beta | :x: +1.1.0 | :x: +1.1.0-beta| :x: +1.0.x | :x: + +Only the latest version is supported. If you find a security vulnerability in an eariler version please check it exists in the latest version before reporting. + + +## Reporting a Vulnerability + +Please make sure the vulnerability is not already reported by searching existing [issues]. + +If you're unable to find an existing issue addressing the vulnerability please [open a new issue][new-issue]. +Be sure to include a title and clear description and as much relevant information as possible. +Please tag the issue with the `Security` label. + + +[issues]: https://github.com/irongut/CodeCoverageSummary/issues +[new-issue]: https://github.com/irongut/CodeCoverageSummary/issues/new