Skip to content

Commit bb7662d

Browse files
authored
Security note (#3646)
1 parent e7ce3ca commit bb7662d

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

docs/the_nimbus_book/src/SUMMARY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
- [Migrate from another client](./migration.md)
4949
- [Validate with a Raspberry Pi](./pi-guide.md)
5050

51+
# Security
52+
- [Security Issues / Responsible Disclosure](./security_issues.md)
53+
- [Security Audit](./audit.md)
54+
- [Reproducible Builds](./distribution_internals.md)
55+
56+
5157
# Downloads
5258
- [Download binaries](./binaries.md)
5359
- [Download Docker images](./docker.md)
@@ -62,7 +68,5 @@
6268
- [For developers](./developers.md)
6369
- [Contribute](./contribute.md)
6470
- [Resources](./resources.md)
65-
- [Binary distribution internals](./distribution_internals.md)
6671
- [Prater testnet](./prater.md)
67-
- [Security Audit](./audit.md)
6872
- [FAQ](./faq.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Security related issues
2+
**For any security related issues, follow responsible disclosure standards. Do not file public issues.**
3+
4+
5+
*Please file a report at the ethereum [bug bounty program](https://ethereum.org/en/bug-bounty/) in order to receive a reward for your findings.*
6+
7+
8+
*When in doubt, please send an encrypted email to [email protected] and ask ([gpg key](https://github.com/status-im/status-security/blob/master/pgp-keys/security%40status.im.asc)).*
9+
10+
11+
*Security related issues are (sufficient but not necessary criteria):*
12+
13+
- Soundness of protocols (consensus model, p2p protocols): consensus liveness and integrity.
14+
- Errors and failures in the cryptographic primitives
15+
- RCE vulnerabilities
16+
- Any issues causing consensus splits from the rest of the network
17+
- Denial of service (DOS) vectors
18+
- Broken Access Control
19+
- Memory Errors
20+
- Security Misconfiguration
21+
- Vulnerable Dependencies
22+
- Authentication Failures
23+
- Data Integrity Failures
24+
- Logging and Monitoring Vulnerabilities

0 commit comments

Comments
 (0)