diff --git a/modules/4337/README.md b/modules/4337/README.md index 09f4ed86..e5668543 100644 --- a/modules/4337/README.md +++ b/modules/4337/README.md @@ -243,6 +243,7 @@ npx hardhat --network etherscan-verify ## Audits - [For version 0.1.0 by Ackee Blockchain](docs/v0.1.0/audit.md) +- [For version 0.2.0 by Multiple Auditors](docs/v0.2.0/audit.md) ## Security and Liability diff --git a/modules/4337/docs/v0.2.0/audit-report-openzeppelin.pdf b/modules/4337/docs/v0.2.0/audit-report-openzeppelin.pdf new file mode 100644 index 00000000..1143bea3 Binary files /dev/null and b/modules/4337/docs/v0.2.0/audit-report-openzeppelin.pdf differ diff --git a/modules/4337/docs/v0.2.0/audit.md b/modules/4337/docs/v0.2.0/audit.md index 1895e35e..4c623572 100644 --- a/modules/4337/docs/v0.2.0/audit.md +++ b/modules/4337/docs/v0.2.0/audit.md @@ -1,10 +1,12 @@ # Audit Results -## Auditor +## Audit 1 + +### Auditor Ackee Blockchain (). -## Notes +### Notes The final audit was performed on commit [25779b5a5077e109a585993a02c4dad2209ab084](https://github.com/safe-global/safe-modules/tree/25779b5a5077e109a585993a02c4dad2209ab084). @@ -16,6 +18,22 @@ There is one acknowledged finding from the audit report: > - The most critical functionality, such as signature checks and replay protection, is handled by the Safe and Entrypoint contracts. > - The entrypoint contract uses the optimizer. -## Files +### Files - [Final audit report](audit-report-v2.0.pdf) + +## Audit 2 + +### Auditor + +OpenZeppelin (). + +### Notes + +The final audit was performed on commit [3853f34f31837e0a0aee47a4452564278f8c62ba](https://github.com/safe-global/safe-modules/tree/3853f34f31837e0a0aee47a4452564278f8c62ba). + +No issues were reported related to the module's business logic, but we have implemented some of the suggested optimisations from the audit report into the codebase. These changes will be included in the next release of the 4337 module. For more information about the audit findings, please refer to the report. + +### Files + +- [Final audit report](audit-report-openzeppelin.pdf)