MapleLoan, proposeNewTerms() could have a check for duplicate selectors.
Description
Terms can be proposed with duplicated calls, which could lead to mistakes or phishing attacks.
Recommendation
Send the calls ordered by selector and check that the next selector is strictly bigger than the previous.
Status
Acknowledged by the team.