Submitted by 0x52
https://github.com/code-423n4/2022-06-illuminate/blob/3ca41a9f529980b17fdc67baf8cbee5a8035afab/marketplace/MarketPlace.sol#L203-L204
https://github.com/code-423n4/2022-06-illuminate/blob/3ca41a9f529980b17fdc67baf8cbee5a8035afab/marketplace/MarketPlace.sol#L220
While safe.sol isnt explicitly listed in scope it is listed as a library for all in scope contracts so I believe it should be in scope
mint and mintWithUnderlying wont function.
safe.sol never implements a transferFrom function meaning it will revert whenever a user calls either function.
Create an implementation for transferFrom.
JTraversa (Illuminate) disagreed with severity and commented:
gzeoneth (judge) decreased severity to Medium and commented:
