From 828869f176f71f3f985fed80428e223537d3cb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= <303593+remyroy@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:06:14 -0400 Subject: [PATCH] Adding the new security report link and slightly reworking the list of reports --- README.md | 5 ++++- docs/src/landing.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d598dd24..c98667427 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ Please read [Launchpad Validator FAQs](https://launchpad.ethereum.org/faq#keys) before generating the keys. -You can read [the security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2024-12-ethstaker-depositcli-securityreview.pdf) that was completed on December 13, 2024. You can find the security assessment report by Trail of Bits of the original staking-deposit-cli project [here](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf). +The project has been through various security audits over the years. You can find them here: +- March 4, 2026: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2026-03-ethstaker-deposit-cli-securityreview.pdf) +- December 13, 2024: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2024-12-ethstaker-depositcli-securityreview.pdf) +- September 4, 2020: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf) of the original staking-deposit-cli project ## Canonical Deposit Contract and Launchpad diff --git a/docs/src/landing.md b/docs/src/landing.md index b9183e3be..f9ae7b111 100644 --- a/docs/src/landing.md +++ b/docs/src/landing.md @@ -4,7 +4,10 @@ The [`ethstaker-deposit-cli`](https://github.com/ethstaker/ethstaker-deposit-cli ## Security reports -You can read [the security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2024-12-ethstaker-depositcli-securityreview.pdf) that was completed on December 13, 2024. You can find the security assessment report by Trail of Bits of the original staking-deposit-cli project [here](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf). +The project has been through various security audits over the years. You can find them here: +- March 4, 2026: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2026-03-ethstaker-deposit-cli-securityreview.pdf) +- December 13, 2024: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/2024-12-ethstaker-depositcli-securityreview.pdf) +- September 4, 2020: [Security assessment report by Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf) of the original staking-deposit-cli project ## Important Concerns