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
TellerV2::constructor is not calling __Pausable_init() which will interrupt contract's pause functionality
Summary
TellerV2::constructor is not calling __Pausable_init() which will interrupt contract's pause functionality
Root Cause
No response
Internal pre-conditions
No response
External pre-conditions
No response
Attack Path
No response
Impact
If you don't call __Pausable_init() in the constructor, the Pausable functionality won't be initialized. This means that the Pausable modifier won't work as intended
Petite Pewter Orangutan
High
TellerV2::constructor
is not calling__Pausable_init()
which will interrupt contract's pause functionalitySummary
TellerV2::constructor is not calling
__Pausable_init()
which will interrupt contract's pause functionalityRoot Cause
No response
Internal pre-conditions
No response
External pre-conditions
No response
Attack Path
No response
Impact
If you don't call
__Pausable_init()
in the constructor, the Pausable functionality won't be initialized. This means that the Pausable modifier won't work as intendedPoC
TellerV2::constructor
Mitigation
Uncomment the
__Pausable_init()
The text was updated successfully, but these errors were encountered: