Skip to content

Commit a8af375

Browse files
authored
Merge branch 'main' into update-protos
2 parents 4179870 + 287354b commit a8af375

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2489
-1279
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Additional information on how IBC works can be found [here](https://ibc.cosmos.n
200200

201201
## Security Notice
202202

203-
If you would like to report a security critical bug related to the relayer repo,
204-
please reach out @jackzampolin or @Ethereal0ne on telegram.
203+
If you would like to report a security bug related to the relayer repo,
204+
please follow the instructions in [SECURITY.md](SECURITY.md).
205205

206206
## Code of Conduct
207207

SECURITY.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Coordinated Vulnerability Disclosure Policy
2+
3+
The Cosmos ecosystem believes that strong security is a blend of highly
4+
technical security researchers who care about security and the forward
5+
progression of the ecosystem and the attentiveness and openness of Cosmos core
6+
contributors to help continually secure our operations.
7+
8+
> **IMPORTANT**: *DO NOT* open public issues on this repository for security
9+
> vulnerabilities.
10+
11+
## Reporting a Vulnerability
12+
13+
| Reporting methods | Bounty eligible |
14+
|---------------------------------------------------------------|-----------------|
15+
| [HackerOne program][h1] | yes |
16+
17+
18+
Issues identified in this repository may be eligible for a [bug bounty][h1]. For your report to be bounty
19+
eligible it must be reported exclusively through the [HackerOne Bug Bounty][h1].
20+
21+
If you do not wish to be eligible for a bounty or do not want to use the HackerOne platform to report an
22+
issue, please send your report via email to [[email protected]](mailto:[email protected]) with
23+
reproduction steps and details of the issue.
24+
25+
### Guidelines
26+
27+
We require that all researchers:
28+
29+
* Abide by this policy to disclose vulnerabilities, and avoid posting
30+
vulnerability information in public places, including GitHub, Discord,
31+
Telegram, and Twitter.
32+
* Make every effort to avoid privacy violations, degradation of user experience,
33+
disruption to production systems (including but not limited to the Cosmos
34+
Hub), and destruction of data.
35+
* Keep any information about vulnerabilities that you’ve discovered confidential
36+
between yourself and the Cosmos engineering team until the issue has been
37+
resolved and disclosed.
38+
* Avoid posting personally identifiable information, privately or publicly.
39+
40+
If you follow these guidelines when reporting an issue to us, we commit to:
41+
42+
* Not pursue or support any legal action related to your research on this
43+
vulnerability
44+
* Work with you to understand, resolve and ultimately disclose the issue in a
45+
timely fashion
46+
47+
## Coordinated Vulnerability Disclosure Policy and Safe Harbor
48+
49+
For the most up-to-date version of the policies that govern vulnerability disclosure, please consult the [HackerOne program page](https://hackerone.com/cosmos?type=team&view_policy=true).
50+
51+
The policy hosted on HackerOne is the official Coordinated Vulnerability Disclosure policy and Safe Harbor for the Interchain Stack, and the teams and infrastructure it supports, and it supersedes previous security policies that have been used in the past by individual teams and projects with targets in scope of the program.
52+
53+
[h1]: https://hackerone.com/cosmos

0 commit comments

Comments
 (0)