Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Security Policy

## Supported Versions
## Vulnerability Reporting

| Version | Supported |
| ------- | ------------------ |
| 0.3.1 | :white_check_mark: |
| < 0.3.1 | :x: |
We deeply appreciate any effort to discover and disclose security vulnerabilities responsibly.

## Reporting a Vulnerability
### Quickwit CI

To disclose a vulnerability in our code, please notify us by email at security@quickwit.io or private message _@fulmicoton_ or _@guilload_ on our Discord
server ([discord.quickwit.io](https://discord.quickwit.io)). We will open a draft security advisory on our repository and grant you access so you can
share with us more details about the vulnerability. After releasing a fix, we will publish the security advisory to publicly disclose the security vulnerability
to the project's community.
If you would like to report a vulnerability in Quickwit's CI or have security concerns with other Datadog products, please email [security@datadoghq.com](mailto:security@datadoghq.com).

We take all disclosures seriously and will do our best to respond promptly, verify the vulnerability, and take the necessary steps to fix it. After our initial reply, we will periodically update you on the status of the fix.

### Other Reports

Quickwit is an open source project designed to be self-hosted, so users are responsible for managing their deployments. Vulnerabilities in Quickwit deployments could potentially be exploited by malicious actors who already have access to the user's infrastructure. We encourage responsible disclosure by [opening a GitHub issue](https://github.com/quickwit-oss/quickwit/issues/new) so that risks can be properly assessed and mitigated.
Comment thread
pront marked this conversation as resolved.

To help us investigate your report, please include any of the following:

- A proof of concept
- Any tools used, including their versions
- Any relevant output

Do not include credentials, secrets, or other sensitive information in a public GitHub issue.
Loading