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
To track off-chain data it is necessary to use events
Proof of Concept
In ATokenYieldSource.sol, IdleYieldSource.sol, yearnV2yieldsource : events are emmitted in supplyTokenTo(), redeemToken() sponsor(), but not in BadgerYieldsource.sol and shushiyieldsource.sol
Tools Used
Manual analysis
Recommended Mitigation Steps
use events
The text was updated successfully, but these errors were encountered:
Handle
JMukesh
Vulnerability details
Impact
To track off-chain data it is necessary to use events
Proof of Concept
In ATokenYieldSource.sol, IdleYieldSource.sol, yearnV2yieldsource : events are emmitted in supplyTokenTo(), redeemToken() sponsor(), but not in BadgerYieldsource.sol and shushiyieldsource.sol
Tools Used
Manual analysis
Recommended Mitigation Steps
use events
The text was updated successfully, but these errors were encountered: