mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-01-01 13:13:45 +08:00
Create SECURITY.md
This commit is contained in:
parent
8046838ed5
commit
0edfb8be8c
1 changed files with 43 additions and 0 deletions
43
SECURITY.md
Normal file
43
SECURITY.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Security Policy for Stalwart Mail Server
|
||||
|
||||
## Supported Versions
|
||||
|
||||
We provide security updates for the following versions of Stalwart Mail Server:
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 0.3.x | :white_check_mark: |
|
||||
| < 0.2 | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
We take the security of Stalwart Mail Server very seriously. If you believe you've found a security vulnerability, we encourage you to inform us responsibly.
|
||||
|
||||
**Do not report security vulnerabilities through public GitHub issues.**
|
||||
|
||||
Instead, please send an email to us at hello@stalw.art (do not use this email for support questions). You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
|
||||
|
||||
To help us better understand the nature and scope of the potential issue, please describe as much as you can about the vulnerability:
|
||||
|
||||
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
|
||||
- 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
|
||||
- Impact of the issue, including how an attacker might exploit the issue
|
||||
|
||||
This information will help us triage your report more quickly.
|
||||
|
||||
Our security team will acknowledge your email within 24 hours, and you'll receive a more detailed response to your email within 48 hours indicating the next steps in handling your report.
|
||||
|
||||
## Policy
|
||||
|
||||
If you follow these guidelines when reporting an issue to us:
|
||||
|
||||
- We will acknowledge your report & provide an estimated timeframe for a fix.
|
||||
- We will notify you when the issue is resolved.
|
||||
- We will not take legal action against or suspend or terminate your access to the project.
|
||||
|
||||
We strive to keep all our users safe and will make our best effort to promptly fix any security issue.
|
||||
|
Loading…
Reference in a new issue