Submitted by gpersoon, also found by 0x1f8b
The function setAdvanceIncentive of DAO.sol doesnt check for a maximum value of incentive.
If incentivewould be very large, then advanceIncentive would be very large and the function advance() would mint a large amount of malt.
The function setAdvanceIncentive() can only be called by an admin, but a mistake could be made.
Also if an admin would want to do a rug pull, this would be an ideal place to do it.
https://github.com/code-423n4/2021-11-malt/blob/d3f6a57ba6694b47389b16d9d0a36a956c5e6a94/src/contracts/DAO.sol#L98-L104
https://github.com/code-423n4/2021-11-malt/blob/d3f6a57ba6694b47389b16d9d0a36a956c5e6a94/src/contracts/DAO.sol#L55-L63
Check for a reasonable maximum value in advance()
0xScotch (sponsor) confirmed and disagreed with severity: 
Alex the Entreprenerd (judge) commented:
Alex the Entreprenerd (judge) commented:
