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
"Callbacks. Some token standards, e.g. ERC223, ERC721, and ERC777, define callbacks. Some of these callbacks can be invoked upon regular “transfer” calls. This creates a significant security risk in the form of reentrancies. Inside the strategy additional protection measures might be required depending on the token type and its handling. The vault already has reentrancy locks that should be sufficient for most tokens."
NOTE: Currently we do not support other token standards besides ERC20, so it remains to be seen if we would like to support these.
The text was updated successfully, but these errors were encountered:
From audit:
"Callbacks. Some token standards, e.g. ERC223, ERC721, and ERC777, define callbacks. Some of these callbacks can be invoked upon regular “transfer” calls. This creates a significant security risk in the form of reentrancies. Inside the strategy additional protection measures might be required depending on the token type and its handling. The vault already has reentrancy locks that should be sufficient for most tokens."
NOTE: Currently we do not support other token standards besides ERC20, so it remains to be seen if we would like to support these.
The text was updated successfully, but these errors were encountered: