From 63b890d47f032dcf53761a7b9da189562dc1f36c Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:01:47 +0400 Subject: [PATCH] docs: add responsible desclosure guidelines --- SECURITY.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8356151 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,40 @@ +# Security Policy + +## Reporting Security Issues + +Thanks for helping make Donut Browser safe for everyone! ❤️ + +We take the security of Donut Browser seriously. If you believe you have found a security vulnerability in Donut Browser, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please send an email to **contact at donutbrowser dot com** with the subject line "Security Vulnerability Report". + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +- The type of issue (e.g., buffer overflow, injection attack, privilege escalation, or cross-site scripting) +- Full paths of source file(s) related to the manifestation of the issue +- The location of the affected source code (tag/branch/commit or direct URL) +- Any special configuration required to reproduce the issue +- Step-by-step instructions to reproduce the issue +- Proof-of-concept or exploit code (if possible) +- Impact of the issue, including how an attacker might exploit the issue +- Your assessment of the severity level + +This information will help us triage your report more quickly. + +## What to Expect + +- **Response Time**: We will acknowledge receipt of your vulnerability report within 72 hours. +- **Investigation**: We will investigate the issue and provide you with updates on our progress. +- **Resolution**: We aim to resolve critical security issues as fast as possible, but no longer than in 30 days after the initial report. +- **Disclosure**: We will coordinate with you on the timing of any public disclosure. + +## Contact + +For urgent security matters, please contact us at **contact at donutbrowser dot com**. + +For general questions about this security policy, you can also reach out through: + +- [GitHub Issues](https://github.com/zhom/donutbrowser/issues) (for non-security questions only) +- [GitHub Discussions](https://github.com/zhom/donutbrowser/discussions)