You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the protocol has a potential reentrancy vulnerability when a ERC677 or ERC777 token is listed as the underlying token of the CToken.
The deployed markets at the moment do not interact with such tokens and are not subject to the vulnerability. A proposal for future listings has been added in the following commit: 97ae23b
The current implementation of the protocol has a potential reentrancy vulnerability when a ERC677 or ERC777 token is listed as the underlying token of the CToken.
https://github.com/Tropykus/protocol/blob/c88d0baa0a91235cd61716f3140d07ee9ba7ad4e/contracts/CToken.sol#L1449-L1454
The deployed markets at the moment do not interact with such tokens and are not subject to the vulnerability. A proposal for future listings has been added in the following commit: 97ae23b
https://github.com/Tropykus/protocol/blob/97ae23b3ef15ddadd5f6dd9c6bedf7570beed998/contracts/CToken.sol#L1450-L1455
The text was updated successfully, but these errors were encountered: