From b09e25a01590b9e09dea116dd5446b751414b232 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Fri, 16 Feb 2024 20:02:07 +0100 Subject: [PATCH] Create SECURITY.md (#24) --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..db8f676 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +We support the latest major pytest version and the [Python versions with bugfix](https://devguide.python.org/versions/). +We make our best effort to support all the Python versions with [security fixes support](https://devguide.python.org/versions/). + +## Reporting a Vulnerability + +Security vulnerabilities are a serious matter. +If you discover a security issue in pytest_otel, +please report it by sending an email to kuisathaverat+pytest-otel[at]gmail.com. +Please do not report security issues in public GitHub issues.