As per the code comments in the links above, the structs: Deposit, GerminatingStalk and MowStatus were supposed to have a buffer parameter which would allow any additions in the future but in the current code, the _buffer parameter is missing
Since there is no _buffer storage reserve, adding additional fields in these structs won't be possible in the future
Manual Review
Add a _buffer field to these structs
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.