sechub
HomeServicesAssetsJobsFindingsTicketsGovCheck
Guest Mode. Click here to sign in and access all features

    Unchecked transferFrom()

    AGAVE: Deployment Security Audit

    Severity
    Low
    Status
    Open
    Location(s)

    https://github.com/Agave-DAO/protocol-v2/blob/69cbb24fd849f3d0a93274bcda67fd5e2eda93f6/contracts/misc/WETHGateway.sol#L61

    Description

    In the WETHGateway contract, there is a unchecked transfer of funds when attempting to withdraw directly to ETH.

    Recommendation

    Consider using SafeERC20 to ensure all token transfers are handled safely.

    Comments
    No comments yet

    Unchecked transferFrom()

    AGAVE: Deployment Security Audit

    Severity
    Low
    Status
    Open