Skip to content

Commit

Permalink
docs: move reports to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 30, 2024
1 parent b83a070 commit 3fecd66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QuillCTF.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)<br>- 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).
File renamed without changes.
File renamed without changes.

0 comments on commit 3fecd66

Please sign in to comment.