Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Audit Reports #1169

Merged
merged 4 commits into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/stack/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ Documentation covering Faq, Pause in the Security section of the OP Stack ecosys
<Card title="OP Stack security FAQs" href="/stack/security/faq" />

<Card title="Pausing the bridge" href="/stack/security/pause" />

<Card title="Audit report" href="/stack/security/audits-report" />
</Cards>

3 changes: 2 additions & 1 deletion pages/stack/security/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"faq": "Security FAQs",
"pause": "Pause and unpause the Bridge"
"pause": "Pause and unpause the Bridge",
"audits-report": "Audit reports"
}
39 changes: 39 additions & 0 deletions pages/stack/security/audits-report.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Audit reports
lang: en-US
description: A comprehensive list of security reviews for the OP Stack, including links to detailed audit reports and descriptions of their scope.
---

import Link from "next/link"

# Audit reports

Security is a top priority for the OP Stack. Below, you'll find a comprehensive list of past audits conducted on various components of the OP Stack ecosystem. Each report includes the scope, focus, and a link to the full audit documentation. These reviews ensure that the system is secure and reliable for all users.

## Summary

The following table summarizes all security audits conducted to date:

| Audit Date | Reviewer | Focus and Scope | View report |
| ---------- | -------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2020-10 | Trail of Bits | Rollup | <Link href="/audit-reports/2020_10-Rollup-TrailOfBits.pdf" target="_blank"> view </Link> |
| 2020-11 | Dapphub | ECDSA Wallet | <Link href="/audit-reports/2020_11-Dapphub-ECDSA_Wallet.pdf" target="_blank"> view </Link> |
| 2021-03 | OpenZeppelin | OVM and Rollup | <Link href="/audit-reports/2021_03-OVM_and_Rollup-OpenZeppelin.pdf" target="_blank"> view </Link> |
| 2021-03 | ConsenSys Diligence | Safety Checker | <Link href="/audit-reports/2021_03-SafetyChecker-ConsenSysDiligence.pdf" target="_blank"> view </Link> |
| 2022-05 | Zeppelin | Bedrock Contracts | <Link href="/audit-reports/2022_05-Bedrock_Contracts-Zeppelin.pdf" target="_blank"> view </Link> |
| 2022-05 | Trail of Bits | OpNode | <Link href="/audit-reports/2022_05-OpNode-TrailOfBits.pdf" target="_blank"> view </Link> |
| 2022-08 | Sigma Prime | Bedrock GoLang | <Link href="/audit-reports/2022_08-Bedrock_GoLang-SigmaPrime.pdf" target="_blank"> view </Link> |
| 2022-09 | Zeppelin | Bedrock and Periphery Contracts | <Link href="/audit-reports/2022_09-Bedrock_and_Periphery-Zeppelin.pdf" target="_blank"> view </Link> |
| 2022-10 | Spearbit | Drippie: `Drippie.sol` | <Link href="/audit-reports/2022_10-Drippie-Spearbit.pdf" target="_blank"> view </Link> |
| 2022-11 | Trail of Bits | Invariant Testing: `OptimismPortal.sol` | <Link href="/audit-reports/2022_11-Invariant_Testing-TrailOfBits.pdf" target="_blank"> view </Link> |
| 2022-12 | Runtime Verification | Deposit Transaction: `OptimismPortal.sol` | <Link href="/audit-reports/2022_12-DepositTransaction-RuntimeVerification.pdf" target="_blank"> view </Link> |
| 2023-01 | Trail of Bits | Bedrock Updates: `SystemConfig.sol` | <Link href="/audit-reports/2023_01-Bedrock_Updates-TrailOfBits.pdf" target="_blank"> view </Link> |
| 2023-01 | Sherlock | Bedrock: All contracts in `packages/contracts-bedrock/src` | [view](https://github.com/sherlock-audit/2023-01-optimism) |
| 2023-03 | Sherlock | Bedrock Fixes: All contracts in `packages/contracts-bedrock/src` | [view](https://github.com/sherlock-audit/2023-03-optimism) |
| 2023-12 | Trust | Superchain Config Upgrade: Various contracts | <Link href="/audit-reports/2023_12_SuperchainConfigUpgrade_Trust.pdf" target="_blank"> view </Link> |
| 2024-02 | Runtime Verification | Pausability | [view](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/test/kontrol/README.md) |
| 2024-02 | Cantina | MCP L1: Various contracts | <Link href="/audit-reports/2024_02-MCP_L1-Cantina.pdf" target="_blank"> view </Link> |
| 2024-03 | Sherlock | Fault Proofs | [view](https://github.com/sherlock-audit/2024-02-optimism-2024) |
| 2024-08 | Cantina | Fault proof MIPS: `MIPS.sol` | <Link href="/audit-reports/2024_08_Fault-Proofs-MIPS_Cantina.pdf" target="_blank"> view </Link> |
| 2024-08 | Spearbit | Fault proof no-MIPS: Dispute contracts | <Link href="/audit-reports/2024_08_Fault-Proofs-No-MIPS_Spearbit.pdf" target="_blank"> view </Link> |
| 2024-10 | 3Doc Security | Fault proof MIPS: `MIPS.sol` | <Link href="https://github.com/ethereum-optimism/optimism/edit/develop/docs/security-reviews/2024_10-Cannon-FGETFD-3DocSecurity.md" target="_blank"> view </Link> |
krofax marked this conversation as resolved.
Show resolved Hide resolved
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ compr
COMPUTEPENDINGBLOCK
computependingblock
confs
ConsenSys
corsdomain
counterfactually
Crosschain
crosschain
Crossmint
Dapphub
daserver
DATACAP
datacap
Expand Down Expand Up @@ -246,6 +248,7 @@ oplabs
opnode's
opstack
Opti
Pausability
pausable
pcscdpath
Peerstore
Expand Down
Loading