From 7b3c369c3b425700c57ed7525968b501c608b404 Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Mon, 11 Mar 2024 12:48:45 -0500 Subject: [PATCH 1/2] add zktrie verifier audit --- .../docs/en/technology/security/audits-and-bug-bounty.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx index 4850fe3fc..9ec7e4f42 100644 --- a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx +++ b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx @@ -56,6 +56,10 @@ Scroll has worked with several industry-leading security audit firms to review o - [Report 1](https://github.com/Zellic/publications/blob/master/Scroll%20-%2005.26.23%20Zellic%20Audit%20Report.pdf) - [Report 2](https://github.com/Zellic/publications/blob/master/Scroll%20-%2009.27.23%20Zellic%20Audit%20Report.pdf) +### Additional contracts +- ZkTrie Verifier + - [OpenZeppelin](https://blog.openzeppelin.com/scroll-zktrieverifier-audit#notes-additional-information) + ## Bug Bounty Program Scroll has an active [Bug Bounty Program on Immunefi](https://immunefi.com/bounty/scroll/), a leading bug bounty platform. The program is open to the public, and we encourage anyone to participate. From f98e4fb645129f8b8cb0ba0d340a066f3955c2cb Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Wed, 13 Mar 2024 16:50:55 -0500 Subject: [PATCH 2/2] change language --- .../docs/en/technology/security/audits-and-bug-bounty.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx index 9ec7e4f42..d834bb906 100644 --- a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx +++ b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx @@ -56,7 +56,7 @@ Scroll has worked with several industry-leading security audit firms to review o - [Report 1](https://github.com/Zellic/publications/blob/master/Scroll%20-%2005.26.23%20Zellic%20Audit%20Report.pdf) - [Report 2](https://github.com/Zellic/publications/blob/master/Scroll%20-%2009.27.23%20Zellic%20Audit%20Report.pdf) -### Additional contracts +### Auxiliary contracts - ZkTrie Verifier - [OpenZeppelin](https://blog.openzeppelin.com/scroll-zktrieverifier-audit#notes-additional-information)