Description
In the MapleLoanV502Migrator, the only check is that the factory address is a valid instance.
Thus, it's possible for a loan with the old factory to be updated and use the same old factory.
Recommendation
Prevent stale updates or hardcode the new factory address (via immutable variable in the constructor).
Status
Addressed in #72bc617