diff --git a/contracts/ictt/audits/OpenZeppelin Audit (June 26th 2024).pdf b/audits/ICTT Audit (June 26th 2024) - OpenZeppelin.pdf similarity index 100% rename from contracts/ictt/audits/OpenZeppelin Audit (June 26th 2024).pdf rename to audits/ICTT Audit (June 26th 2024) - OpenZeppelin.pdf diff --git a/audits/README.md b/audits/README.md new file mode 100644 index 000000000..544b8bf82 --- /dev/null +++ b/audits/README.md @@ -0,0 +1,12 @@ +# Audits + +Below is the list of most recent audit for contracts in this repo. Please check out __only__ listed audited versions for production code. Code used should be the final commit audited. + +See `audits/historical` for older audits. These audits may now be obsolete, and legacy code superseded by new versions are __not__ recommended for production deployments. + +| Date | Commit | Auditor | Scope | Links | +| ------------ | ---------- | ------------ | -------------------- | ----------------------------------------------------------- | +| Nov 2023 | `6ba46565` | OpenZeppelin | All contracts in the top-level of `contracts/teleporter/` | [🔗](./Teleporter%20Audit%20(November%2016th%202023)%20-%20OpenZeppelin.pdf) | +| Jan 2024 | `9fcdf42d` | Louis | Some contracts in `contracts/teleporter/registry` and `contracts/utilities`, see audit for details | [🔗](./Teleporter%20Upgradeable%20Audit%20(January%2010th%202024)%20-%20Louis.pdf) | +| Jun 2024 | `9e03a1e5` | OpenZeppelin | All contracts in `contracts/ictt/` excluding `mocks/` | [🔗](./ICTT%20Audit%20(June%2026th%202024)%20-%20OpenZeppelin.pdf) | +| Oct 2024 | `93920df6` | OpenZeppelin | All contracts in `contracts/validator-manager/` | [🔗](./Validator%20Manager%20Audit%20(October%2030th%202024)%20-%20OpenZeppelin.pdf) | \ No newline at end of file diff --git a/audits/Validator Manager Audit (October 30th 2024) - OpenZeppelin.pdf b/audits/Validator Manager Audit (October 30th 2024) - OpenZeppelin.pdf new file mode 100644 index 000000000..5bb5e3e8f Binary files /dev/null and b/audits/Validator Manager Audit (October 30th 2024) - OpenZeppelin.pdf differ diff --git a/audits/Bridge Smart Contracts Audit Report (July 7th 2023) - Least Authority .pdf b/audits/historical/Bridge Smart Contracts Audit Report (July 7th 2023) - Least Authority .pdf similarity index 100% rename from audits/Bridge Smart Contracts Audit Report (July 7th 2023) - Least Authority .pdf rename to audits/historical/Bridge Smart Contracts Audit Report (July 7th 2023) - Least Authority .pdf diff --git a/audits/Teleporter Audit (October 20 2023) - Louis.pdf b/audits/historical/Teleporter Audit (October 20 2023) - Louis.pdf similarity index 100% rename from audits/Teleporter Audit (October 20 2023) - Louis.pdf rename to audits/historical/Teleporter Audit (October 20 2023) - Louis.pdf diff --git a/contracts/ictt/audits/README.md b/contracts/ictt/audits/README.md deleted file mode 100644 index 2d8c0cb3f..000000000 --- a/contracts/ictt/audits/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Audits - -Please check out __only__ listed audited version for production code. - -| Date | Version | Commit | Auditor | Scope | Links | -| ------------ | ------- | ---------- | ------------ | -------------------- | ----------------------------------------------------------- | -| June 2024 | v1.0.0 | `9e03a1e5` | OpenZeppelin | All contracts in `contracts/ictt/` excluding `mocks/` | [🔗](./OpenZeppelin%20Audit%20(June%2026th%202024).pdf) | -