Submitted by cryptonue, also found by aez121, hansfriese, obront, rbserver, and saneryee
Community.sol#L206-L282
When publishing a project, there is still possibility the project doesnt have any task or 0 budget.
According to contest guideline, there is information that says:
Meanwhile, on publishProject() in Community.sol, there is no check of this condition.
Add a new require which will check if the first task (which is at index 1), its cost is > 0.
parv3213 (Rigor) acknowledged and commented:
Jack the Pug (judge) commented:
