Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dangerous-external-call #1523

Closed

Conversation

godsangsoo
Copy link

Many incidents are caused by arbitary external call.

@0xalpharush
Copy link
Contributor

This should be detected and flagged as higher severity, but it's only detected as reentrancy-benign: slither ftm:0x660184CE8AF80e0B1e5A1172A16168b15f4136bF --detect reentrancy-benign. We may be able to infer that calls to transferFrom/ balanceOf is equivalent to a read-after-write by modeling the storage of the other contract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants