Skip to content

Commit 7fd0135

Browse files
committed
adding references to the veridise audit in relevant locations
1 parent c939052 commit 7fd0135

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/mina-security.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ However it doesn't stop there. Check out some other resources to see what measur
1919

2020
### Protocol
2121

22+
- [August 27, 2024 o1js](https://github.com/o1-labs/o1js/blob/a09c5167c4df64f879684e5af14c59cf7a6fce11/audits/VAR_o1js_240318_o1js_V3.pdf) by Veridise
2223
- [December 12, 2023 Pickles](https://minaprotocol.com/wp-content/uploads/Least-Authority-Pickles-Final-Audit-Report.pdf) by Least Authority
2324
- [August 28, 2023 Transaction Logic and Transaction Pool](https://minaprotocol.com/blog/least-authority-concludes-security-audit-of-mina-protocols-transaction-logic-and-transaction-pool) by Least Authority
2425
- [October 16, 2022 Mina codebase, ecosystem projects](https://minaprotocol.com/wp-content/uploads/Mina-Security-Assessment-2022.pdf) by Mo Ashouri
@@ -33,6 +34,7 @@ However it doesn't stop there. Check out some other resources to see what measur
3334
- [July 16, 2021 Clor.io Wallet](https://minaprotocol.com/blog/clorio-wallet-audit) by Least Authority
3435

3536
### Auditors
37+
- [Veridise](https://veridise.com/)
3638
- [Least Authority](https://leastauthority.com/)
3739
- [NCC Group](https://www.nccgroup.com/us/)
3840
- [Gauntlet Network](https://www.gauntlet.xyz/)

docs/zkapps/writing-a-zkapp/introduction-to-zkapps/secure-zkapps.mdx

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ On this page, you will find guidance for how to think about security when buildi
1919

2020
Apart from acquiring a solid understanding of security aspects of zkApps, we recommend that critical applications also get audited by independent security experts.
2121

22-
There has been an internal audit of the o1js code base already, [the results of which you can find here](/zkapps/o1js#audits-of-o1js). An audit by a third-party security firm is ongoing.
23-
24-
:::caution
25-
26-
Until the third-party audit of o1js is completed, audits of zkApps should also include the relevant parts of o1js in their scope.
27-
28-
:::
29-
22+
There has been an internal audit of the o1js code base already, [the results of which you can find here](/zkapps/o1js#audits-of-o1js). You can also see the results of a third-party audit, performed by Veridise, [here](https://github.com/o1-labs/o1js/blob/a09c5167c4df64f879684e5af14c59cf7a6fce11/audits/VAR_o1js_240318_o1js_V3.pdf).
3023
## Attack model
3124

3225
The first and most important step for zkApp developers is to understand the attack model of zkApps, which differs from traditional web apps in important ways. In essence, there are two new kinds of attack:

0 commit comments

Comments
 (0)