From ca87e448741ac8f106ac459dc176ca5d85aa6536 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 6 Jun 2025 11:05:06 +0200 Subject: [PATCH] Introduce 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..93ad72344 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +| Version | coverlet.collector | coverlet.console | coverlet.msbuild | +| ------- | ------------------ |----------------- |----------------- | +| 6.0.x | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| < 6.0 | :x: | :x: | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.