From 7344b86f02c31f287d7cba7e0acd23514bb9d450 Mon Sep 17 00:00:00 2001 From: AL Date: Tue, 7 Jan 2025 15:14:07 +0000 Subject: [PATCH] doc: internal-audit-4 --- audit/README.md | 10 +++++----- audit/internal4/README.md | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/audit/README.md b/audit/README.md index 33188e9..63d9317 100644 --- a/audit/README.md +++ b/audit/README.md @@ -2,8 +2,8 @@ This section contains audit-related materials. ### Internal audit -An internal audit with a focus on contracts is located in this folder: [internal audit](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal). -An internal audit with a focus on marketplace contracts is located in this folder: [internal audit 1](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal1). -An internal audit with a focus on updated marketplace contracts is located in this folder: [internal audit 2](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal2). -An internal audit with a focus on re-design marketplace contracts is located in this folder: [internal audit 3](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal3). -An internal audit with a focus on latest re-design marketplace contracts is located in this folder: [internal audit 4](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal4). +An internal audit with a focus on contracts is located in this folder: [internal audit](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal).
+An internal audit with a focus on marketplace contracts is located in this folder: [internal audit 1](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal1).
+An internal audit with a focus on updated marketplace contracts is located in this folder: [internal audit 2](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal2).
+An internal audit with a focus on re-design marketplace contracts is located in this folder: [internal audit 3](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal3).
+An internal audit with a focus on latest re-design marketplace contracts is located in this folder: [internal audit 4](https://github.com/valory-xyz/ai-registry-mech/blob/main/audits/internal4).
diff --git a/audit/internal4/README.md b/audit/internal4/README.md index 6d9f03c..424930d 100644 --- a/audit/internal4/README.md +++ b/audit/internal4/README.md @@ -14,10 +14,9 @@ Flatten version of contracts. [contracts](https://github.com/valory-xyz/ai-regis #### Problems found instrumentally Several checks are obtained automatically. They are commented.
All automatic warnings are listed in the following file, concerns of which we address in more detail below:
-[slither-full](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/audits/internal4/analysis/slither_full.txt) +[slither-full](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/audits/internal4/analysis/slither_full.txt)
Most of the issues raised by instrumental analysis are outside the scope of the audit.
- ### Issue #### Medium/Issue? Bug in processPayment(address requester) ? ```