WildcatMarketController Line 169
The audit description incorrectly states that Lenders that are authorized on a given controller (i.e. granted a role) can deposit assets to any markets that have been launched through it.. However, this is not the case as borrowers need to call updateLenderAuthorization() when deauthorizing a lender. If a borrower forgets to call this function, the lender can be deauthorized on the controller but still deposit new funds into the market until the lender or someone else calls updateLenderAuthorization.
It is recommended to update the documentation to state that this is only correct if updateLenderAuthorization() was called afterward. If the intent is to have the functionality work as described in the audit description, an atomic removal of lenders would need to be implemented.
