From 3fecd664b671eb9c111bafde5c680d3b1edc39fc Mon Sep 17 00:00:00 2001 From: leovct Date: Mon, 30 Sep 2024 14:29:27 +0200 Subject: [PATCH] docs: move reports to docs --- docs/QuillCTF.md | 2 +- {reports/QuillCTF => docs/reports}/PrivateClub.md | 0 {reports/QuillCTF => docs/reports}/VoteToken.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {reports/QuillCTF => docs/reports}/PrivateClub.md (100%) rename {reports/QuillCTF => docs/reports}/VoteToken.md (100%) diff --git a/docs/QuillCTF.md b/docs/QuillCTF.md index e9e204c..b0ace06 100644 --- a/docs/QuillCTF.md +++ b/docs/QuillCTF.md @@ -12,4 +12,4 @@ | 20 | [VoteToken](../src/QuillCTF/VoteToken.sol) | ✅ | [VoteTokenExploit](../test/QuillCTF/VoteTokenExploit.t.sol) (\*) | - The contract doesn't update its state when users transfer tokens | | 21 | [PrivateClub](../src/QuillCTF/PrivateClub.sol) | ✅ | [PrivateClubExploit](../test/QuillCTF/PrivateClubExploit.t.sol) (\*) | - Not enough check of the parameters (e.g. `becomeMember`)
- Too much power given to the contract owner | -(\*) Detailed reports have been written for these exploits: [VoteToken](../reports/QuillCTF/VoteToken.md) and [PrivateClub](../reports/QuillCTF/PrivateClub.md). +(\*) Detailed reports have been written for these exploits: [VoteToken](./reports/VoteToken.md) and [PrivateClub](./reports/PrivateClub.md). diff --git a/reports/QuillCTF/PrivateClub.md b/docs/reports/PrivateClub.md similarity index 100% rename from reports/QuillCTF/PrivateClub.md rename to docs/reports/PrivateClub.md diff --git a/reports/QuillCTF/VoteToken.md b/docs/reports/VoteToken.md similarity index 100% rename from reports/QuillCTF/VoteToken.md rename to docs/reports/VoteToken.md