From b15510ca4a537e043095e3f1eeba3302f4616c8b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 19 Feb 2024 14:59:37 +1000 Subject: [PATCH] Move audits to separate directories. Update READMEs to also point to threat models --- .../202309-threat-model-preset-erc721.md | 0 .../immutableERC721.png | Bin .../202312-threat-model-preset-erc1155.md | 0 .../202402-internal-audit-preset-erc721.pdf | Bin .../202308-audit-information-seaport.md | 0 contracts/allowlist/README.md | 4 ++-- contracts/random/README.md | 4 ++-- 7 files changed, 4 insertions(+), 4 deletions(-) rename audits/{ => token}/202309-threat-model-preset-erc721.md (100%) rename audits/{ => token}/202309-threat-model-preset-erc721/immutableERC721.png (100%) rename audits/{ => token}/202312-threat-model-preset-erc1155.md (100%) rename audits/{ => token}/202402-internal-audit-preset-erc721.pdf (100%) rename audits/{ => trading}/202308-audit-information-seaport.md (100%) diff --git a/audits/202309-threat-model-preset-erc721.md b/audits/token/202309-threat-model-preset-erc721.md similarity index 100% rename from audits/202309-threat-model-preset-erc721.md rename to audits/token/202309-threat-model-preset-erc721.md diff --git a/audits/202309-threat-model-preset-erc721/immutableERC721.png b/audits/token/202309-threat-model-preset-erc721/immutableERC721.png similarity index 100% rename from audits/202309-threat-model-preset-erc721/immutableERC721.png rename to audits/token/202309-threat-model-preset-erc721/immutableERC721.png diff --git a/audits/202312-threat-model-preset-erc1155.md b/audits/token/202312-threat-model-preset-erc1155.md similarity index 100% rename from audits/202312-threat-model-preset-erc1155.md rename to audits/token/202312-threat-model-preset-erc1155.md diff --git a/audits/202402-internal-audit-preset-erc721.pdf b/audits/token/202402-internal-audit-preset-erc721.pdf similarity index 100% rename from audits/202402-internal-audit-preset-erc721.pdf rename to audits/token/202402-internal-audit-preset-erc721.pdf diff --git a/audits/202308-audit-information-seaport.md b/audits/trading/202308-audit-information-seaport.md similarity index 100% rename from audits/202308-audit-information-seaport.md rename to audits/trading/202308-audit-information-seaport.md diff --git a/contracts/allowlist/README.md b/contracts/allowlist/README.md index 4611e55d..392c3d6c 100644 --- a/contracts/allowlist/README.md +++ b/contracts/allowlist/README.md @@ -7,11 +7,11 @@ The OperatorAllowlist contracts provide functionality for enabling token contrac # Status -Contract audits: +Contract audits and threat models: | Description | Date |Version Audited | Link to Report | |---------------------------|------------------|-----------------|----------------| -| - | - | - | - | +| No audits or threat models | - | - | - | OperatorAllowlistUpgradeable Deployments: Note: the addresses are for the ERC 1967 Proxy that the implementation contract sits behind. diff --git a/contracts/random/README.md b/contracts/random/README.md index 7e920028..72a8b414 100644 --- a/contracts/random/README.md +++ b/contracts/random/README.md @@ -11,11 +11,11 @@ The reasons for using these contracts are that: # Status -Contract audits: +Contract threat models and audits: | Description | Date |Version Audited | Link to Report | |---------------------------|------------------|-----------------|----------------| -| Not audited | - | - | - | +| Not audited and no threat model | - | - | - | Deployments: