Submitted by Meta0xNull
When add investor, addInvestor() does not check how many tokens is available from investors_supply. The total tokens allocated for Investors could more than investors_supply.
Possible Attack Scenario:
https://github.com/code-423n4/2021-11-bootfinance/blob/main/vesting/contracts/InvestorDistribution.sol#L85-L94
Manual Review
chickenpie347 (Boot Finance) acknowledged:
