Skip to content

Commit

Permalink
Create SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jul 15, 2023
1 parent 8046838 commit 0edfb8b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0edfb8b

Please sign in to comment.