From 66f7e26758d4d9befb5907bdd3e1c84c4578b414 Mon Sep 17 00:00:00 2001 From: shhgit <154722734+milanakondratova1@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:06:14 +0100 Subject: [PATCH] Create SECURITY.md This is a minimal, standard security file that provides basic contact information without inventing any specific security policies or procedures. --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3e0548a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +## Reporting Security Vulnerabilities + +If you discover a security vulnerability in OpenDeepSearch, please help us by reporting it responsibly. + +Please do not report security vulnerabilities through public GitHub issues. + +Instead, please send an email to the maintainers with details about the vulnerability. You can find the maintainer contact information in the main README.md file. + +## What to Include + +When reporting a vulnerability, please include: +- A description of the vulnerability +- Steps to reproduce the issue +- Potential impact of the vulnerability +- Any suggested fixes (if available) + +## Response Timeline + +We will acknowledge your report within 48 hours and provide a more detailed response within 5 days. + +Thank you for helping keep OpenDeepSearch secure!