We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bald Lace Cyborg
Medium
In EthosVouch.sol, in all general functions, whenNotPaused modifier is used. Now the concern is, it is no being used in increase Vouch function.
https://github.com/sherlock-audit/2024-11-ethos-network-ii/blob/main/ethos/packages/contracts/contracts/EthosVouch.sol#L426C4-L430C6
No response
protocol will not work as intended , bcoz this funcs is being used even if it is paused
Moidifier should be used in increase Vouch()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bald Lace Cyborg
Medium
whenNotPaused modifier is not used in increaseVouch()
Summary
In EthosVouch.sol, in all general functions, whenNotPaused modifier is used. Now the concern is, it is no being used in increase Vouch function.
Root Cause
https://github.com/sherlock-audit/2024-11-ethos-network-ii/blob/main/ethos/packages/contracts/contracts/EthosVouch.sol#L426C4-L430C6
Internal pre-conditions
No response
External pre-conditions
No response
Attack Path
No response
Impact
protocol will not work as intended , bcoz this funcs is being used even if it is paused
PoC
No response
Mitigation
Moidifier should be used in increase Vouch()
The text was updated successfully, but these errors were encountered: