diff --git a/README.md b/README.md index afaa74c..a40712a 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,8 @@ silent pointer wraparound, and aliasing. Protofire reviewed rain.solmem in January 2026. The [report](audit/protofire/rain.solmem.228b35c6725877e7fbcd2432b4c692357f16f510.jan-2026.pdf) covers two reviews — `228b35c6` on the 13th and `26bce619` on the 26th, the -latter being the end of the audited tree. Scope was the twelve contracts listed -in [`audit/audits.json`](audit/audits.json), which were all of `src/` at those -commits. +latter being the end of the audited tree. Scope was all of `src/` at those +commits, the twelve contracts the report's own scope table lists. `src/` today is not that tree: some of the audited files have since been deleted, and some of what is there now the audit never saw. To see how far it diff --git a/audit/audits.json b/audit/audits.json deleted file mode 100644 index 5723c4d..0000000 --- a/audit/audits.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "auditor": "Protofire", - "report": "audit/protofire/rain.solmem.228b35c6725877e7fbcd2432b4c692357f16f510.jan-2026.pdf", - "reviews": [ - { "date": "2026-01-13", "commit": "228b35c6725877e7fbcd2432b4c692357f16f510" }, - { "date": "2026-01-26", "commit": "26bce6197383f193e35326bab4d4424cf6eafde7" } - ], - "scope": [ - "src/error/ErrBytes.sol", - "src/error/ErrStackPointer.sol", - "src/error/ErrUint256Array.sol", - "src/lib/LibBytes.sol", - "src/lib/LibBytes32Array.sol", - "src/lib/LibBytes32Matrix.sol", - "src/lib/LibMemCpy.sol", - "src/lib/LibPointer.sol", - "src/lib/LibStackPointer.sol", - "src/lib/LibStackSentinel.sol", - "src/lib/LibUint256Array.sol", - "src/lib/LibUint256Matrix.sol" - ] - } -]