From 011cea93b37c28bf795313ee49ce23034e5cdb21 Mon Sep 17 00:00:00 2001 From: Mehdi Zerouali Date: Tue, 24 Nov 2020 10:29:39 +0000 Subject: [PATCH] Update security details in README (#1956) ## Proposed Changes Introduces a few minor changes to the README, mainly updating mentions about security. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bd484761..2735cfd32 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Lighthouse is: - Ready for use on Eth2 mainnet. - Fully open-source, licensed under Apache 2.0. -- Security-focused. Fuzzing has begun and security reviews are underway. +- Security-focused. Fuzzing techniques have been continuously applied and several external security reviews have been performed. - Built in [Rust](https://www.rust-lang.org), a modern language providing unique safety guarantees and excellent performance (comparable to C++). - Funded by various organisations, including Sigma Prime, the - Ethereum Foundation, ConsenSys and private individuals. + Ethereum Foundation, ConsenSys, the Decentralization Foundation and private individuals. - Actively involved in the specification and security analysis of the Ethereum 2.0 specification.