From d69fa2dd2bd5521a8cd6fbbb35806fca4fdb6abf Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:06:21 +0100 Subject: [PATCH] feat: Adds Security section to readme Following feedback from @stdevMac in https://github.com/NethermindEth/sedge/pull/371 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6585dd5a..43232381 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,10 @@ Please check our [Contributing Guidelines](https://docs.sedge.nethermind.io/docs If you know of any good tricks for validator setup that other people could also use well, please consider adding it to Sedge. Your efforts will be greatly appreciated by the community. +## 🛡️ Security + +If you believe you have found a security vulnerability in our code, please report it to us as described in our [security policy](SECURITY.md). + ## ⚠️ License Sedge is a Nethermind free and open-source software licensed under the [Apache 2.0 License](https://github.com/NethermindEth/sedge/blob/main/LICENSE).