Skip to content

feat(security): detect unsafe fallback functions (#320)#538

Open
Richardkingz2019 wants to merge 1 commit into
MDTechLabs:mainfrom
Richardkingz2019:feat/detect-unsafe-fallback-320
Open

feat(security): detect unsafe fallback functions (#320)#538
Richardkingz2019 wants to merge 1 commit into
MDTechLabs:mainfrom
Richardkingz2019:feat/detect-unsafe-fallback-320

Conversation

@Richardkingz2019

Copy link
Copy Markdown

Desctiption

Implements GasGuard rule to detect unsafe fallback() and receive() function implementations in Solidity smart contracts. Detects: delegatecall to uncontrolled targets, state modification in receive(), arbitrary external calls, reentrancy-vulnerable ETH transfers, and complex logic with loops.

closes #320

Implements GasGuard rule to detect unsafe fallback() and receive() function implementations in Solidity smart contracts. Detects: delegatecall to uncontrolled targets, state modification in receive(), arbitrary external calls, reentrancy-vulnerable ETH transfers, and complex logic with loops.
@drips-wave

drips-wave Bot commented Jun 23, 2026

Copy link
Copy Markdown

@Richardkingz2019 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mijinummi

Copy link
Copy Markdown
Collaborator

Hi @Richardkingz2019 , well done for this great work. Please kindly fix the remaining 1 ci that is failing.

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.

Detect Unsafe Fallback Functions

2 participants