Commit 62527f1c authored by Thebuilder's avatar Thebuilder Committed by GitHub

postmortems: Fix L2-GETH broken link (#10966)

* Fix OP-GETH broken link

* use correct link

* fix link
parent 9be205d3
...@@ -5,7 +5,7 @@ It also details our response, lessons learned, and subsequent changes to our pro ...@@ -5,7 +5,7 @@ It also details our response, lessons learned, and subsequent changes to our pro
## Incident Summary ## Incident Summary
A vulnerability in Optimism’s fork of [Geth](https://github.com/ethereum/go-ethereum) (which we refer to as [L2Geth](../../l2geth/README.md)) was reported A vulnerability in Optimism’s fork of [Geth](https://github.com/ethereum/go-ethereum) (which we refer to as [L2Geth](https://github.com/ethereum-optimism/optimism-legacy/blob/8205f678b7b4ac4625c2afe351b9c82ffaa2e795/l2geth/README.md)) was reported
to us by [Jay Freeman](https://twitter.com/saurik) (AKA saurik) on February 2nd, 2022. If exploited, to us by [Jay Freeman](https://twitter.com/saurik) (AKA saurik) on February 2nd, 2022. If exploited,
this vulnerability would allow anyone to mint an unbounded amount of ETH on Optimism. this vulnerability would allow anyone to mint an unbounded amount of ETH on Optimism.
...@@ -133,7 +133,7 @@ the PR (36,311 lines added, 47,430 lines removed), which consumed the attention ...@@ -133,7 +133,7 @@ the PR (36,311 lines added, 47,430 lines removed), which consumed the attention
engineering team with a sense of urgency for several months. engineering team with a sense of urgency for several months.
An additional factor contributing to this bug was the significant complexity of the An additional factor contributing to this bug was the significant complexity of the
[L2Geth](https://github.com/ethereum-optimism/optimism/tree/master/l2geth) codebase, which is a fork [L2Geth](https://github.com/ethereum-optimism/optimism-legacy/blob/8205f678b7b4ac4625c2afe351b9c82ffaa2e795/l2geth) codebase, which is a fork
of [Geth](https://github.com/ethereum/go-ethereum). Geth itself is already a very complex codebase. of [Geth](https://github.com/ethereum/go-ethereum). Geth itself is already a very complex codebase.
The changes introduced to L2Geth in order to support the OVM made it much more complex, such that The changes introduced to L2Geth in order to support the OVM made it much more complex, such that
very few people properly understood how it worked. very few people properly understood how it worked.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment