diff --git a/README.md b/README.md index 05819c099..4e5198584 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,31 @@ The contents of this repository are distributed via 3 different NPM packages: For more information on the individual packages, please read the respective `README.md`. -## Audit +## Audits -The core smart contracts have been audited by [Halborn](https://www.halborn.com/). +Our smart contracts undergo regular audits. -- [Security audit report](./audits/AragonOSx-security-audit-report-halborn.pdf) -- The commit ID: [cb0621dc5185a73240a6ca33fccc7698f059fdf5](https://github.com/aragon/osx/commit/cb0621dc5185a73240a6ca33fccc7698f059fdf5) -- February 24th 2023 +### v1.0.0 + +**Halborn**: [link 1](./audits/Halborn_AragonOSx_2023-02-24.pdf), [link 2](https://github.com/HalbornSecurity/PublicReports/blob/b3fe424535dce7ce345f74dc7e6c25e9200e7860/Solidity%20Smart%20Contract%20Audits/Aragon_aragonOS_Smart_Contract_Security_Audit_Report_Halborn_Final.pdf) + +- Commit ID: [cb0621dc5185a73240a6ca33fccc7698f059fdf5](https://github.com/aragon/osx/commit/cb0621dc5185a73240a6ca33fccc7698f059fdf5) +- Started: 2023-02-07 +- Finished: 2023-02-24 + +### v1.3.0 + +**Code4rena**: [link 1](./audits/Code4rena_AragonOSx_2023-12-12.pdf), [link 2](https://code4rena.com/reports/2023-03-aragon) + +- Commit ID: [a2461ae61a8c4cc833a117120b76e306936f5e1c](https://github.com/aragon/osx/commit/a2461ae61a8c4cc833a117120b76e306936f5e1c) +- Started: 2023-03-03 +- Finished: 2023-03-10 + +**Halborn**: [link 1](./audits/Halborn_AragonOSx_2023-06-13.pdf), [link 2](https://github.com/HalbornSecurity/PublicReports/blob/b3fe424535dce7ce345f74dc7e6c25e9200e7860/Solidity%20Smart%20Contract%20Audits/Aragon_aragonOS_v1_3_0_Smart_Contract_Security_Assessment_Report_Halborn_Final.pdf) + +- Commit ID: [0ad8cad2bb661fbd53086d097d11228304d9b73e](https://github.com/aragon/osx/commit/0ad8cad2bb661fbd53086d097d11228304d9b73e) +- Started: 2023-05-29 +- Finished: 2023-06-13 ## Contributing diff --git a/audits/Code4rena_AragonOSx_2023-12-12.pdf b/audits/Code4rena_AragonOSx_2023-12-12.pdf new file mode 100644 index 000000000..4874b9e55 Binary files /dev/null and b/audits/Code4rena_AragonOSx_2023-12-12.pdf differ diff --git a/audits/AragonOSx-security-audit-report-halborn.pdf b/audits/Halborn_AragonOSx_2023-02-24.pdf similarity index 100% rename from audits/AragonOSx-security-audit-report-halborn.pdf rename to audits/Halborn_AragonOSx_2023-02-24.pdf diff --git a/audits/Halborn_AragonOSx_2023-06-13.pdf b/audits/Halborn_AragonOSx_2023-06-13.pdf new file mode 100644 index 000000000..3923aa4f3 Binary files /dev/null and b/audits/Halborn_AragonOSx_2023-06-13.pdf differ