From d286a872b514dfa76d5bfe372da030bb34adcfa1 Mon Sep 17 00:00:00 2001 From: C4 <81770958+code423n4@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:36:02 +0200 Subject: [PATCH] CertoraInc data for issue #261 --- data/CertoraInc-Q.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/CertoraInc-Q.md diff --git a/data/CertoraInc-Q.md b/data/CertoraInc-Q.md new file mode 100644 index 0000000..60d759d --- /dev/null +++ b/data/CertoraInc-Q.md @@ -0,0 +1,4 @@ +# QA Report +* The receive function of the `AuctionCrowdfund` is empty, so ether can be transferred to the implementation and get stuck. +* Typo in [this line](https://github.com/PartyDAO/party-contracts-c4/blob/3896577b8f0fa16cba129dc2867aba786b730c1b/contracts/crowdfund/Crowdfund.sol#L258) of the `Crowdfund` contract +* Missing length check in the `Crowdfund._createParty()` function