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
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@ Other channels:

For logs, crash reports, CPU samples, and AI conversation IDs, see [Sending feedback and logs](/support-and-community/troubleshooting-and-support/sending-us-feedback/).

## Reporting security issues
## Reporting a security vulnerability

:::danger
Do not file public issues for security vulnerabilities.
:::

Email [security@warp.dev](mailto:security@warp.dev) with reproduction steps, impact, and any proof of concept. We'll acknowledge receipt and coordinate a fix and disclosure. Full guidance is in [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md#reporting-security-issues).
If you believe you've found a security vulnerability, follow responsible disclosure practices and do not open a public GitHub issue or pull request, as this could expose the vulnerability before a fix is available. Include reproduction steps, impact, and any proof of concept when you report it through one of the following channels:

- **Email:** [security@warp.dev](mailto:security@warp.dev)
- **GitHub Security Advisory:** [Open a private advisory](https://github.com/warpdotdev/Warp/security/advisories/new)

We will acknowledge your report promptly and work with you to understand and resolve the issue as quickly as possible. Full guidance is in [`SECURITY.md`](https://github.com/warpdotdev/warp/blob/master/SECURITY.md#reporting-a-vulnerability).

## Code of conduct

Expand Down
Loading