-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Component
Forge
Describe the feature you would like
I'd like to propose a new lint rule called UncheckedReentrancy
for forge lint
. This rule should flag functions that lack a nonReentrant
-like modifier and contain external calls followed by state mutations (which suggests a reentrancy bug).
Most libraries seam to use nonReentrant
:
Additional context
mablr
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog