Missing disableInitializers() call in StandardIDOPool::constructor()
Description
The implementation contract StandardIDOPool can be initialized by an attacker, although it can not do anything with it.
Recommendation
Call _disableInitializers() in the constructor of StandardIDOPool.