Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add SECURITY.md #1328

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
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
29 changes: 29 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Security Policy

## Reporting a Security Vulnerability

If you believe you have found a security vulnerability in `ibc-rs`, you can
privately report it via the project's [**Security** tab][ibc-rs-security] using
[GitHub's private vulnerability reporting system][gh-vulnerability].

> [!IMPORTANT]
> Please **DO NOT** file a public issue in this repository to report a security
> vulnerability.

### Guidelines

Please respect the following when reporting a security vulnerability:

- Submit only one unique report per vulnerability.
- Explain the vulnerability in detail and add any known exploits.
- Leave an e-mail address for further follow-up questions.

Please avoid or refrain from the following:

- Share the vulnerability details publicly until the issue is resolved.
- Post personal data or any sensitive information in the report.
- Exploit the vulnerability to cause any damage or disruption to production
systems or destruction of production data.

[ibc-rs-security]: https://github.com/cosmos/ibc-rs/security
[gh-vulnerability]: https://docs.github.com/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability