diff --git a/README.md b/README.md index be8401a..2a8a77c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,19 @@ as git submodules here. See the Cyclo website, and rep dependencies for in depth documentation. +## Audits + +External audit reports live under `audit//`, named +`cyclo.sol..-.pdf` so each report names the exact +commit of this repo that was reviewed. + +- `audit/protofire/cyclo.sol.2ee2b15fa8daa81e6eb432822f570f363c111415.nov-2024.pdf` + — Protofire, report version 1.0 dated November 2024, reviewed through commit + `2ee2b15fa8daa81e6eb432822f570f363c111415` (the report's third update). +- `audit/protofire/cyclo.sol.63d11553006bf24421c033b19f6dab0ba1bc4573.dec-2025.pdf` + — Protofire, December 2025, reviewed at commit + `63d11553006bf24421c033b19f6dab0ba1bc4573`. + ## Immutability Note that Cyclo once deployed has no admin keys and so is immutable onchain. diff --git a/audit/Cyclo audit report dev v.1.0.pdf b/audit/protofire/cyclo.sol.2ee2b15fa8daa81e6eb432822f570f363c111415.nov-2024.pdf similarity index 100% rename from audit/Cyclo audit report dev v.1.0.pdf rename to audit/protofire/cyclo.sol.2ee2b15fa8daa81e6eb432822f570f363c111415.nov-2024.pdf diff --git a/audit/report-cyclo-dec-2025-1.2.pdf b/audit/protofire/cyclo.sol.63d11553006bf24421c033b19f6dab0ba1bc4573.dec-2025.pdf similarity index 100% rename from audit/report-cyclo-dec-2025-1.2.pdf rename to audit/protofire/cyclo.sol.63d11553006bf24421c033b19f6dab0ba1bc4573.dec-2025.pdf