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
cmichel
There are several setter functions that do not check if the amount is less than 100%.
TracerPerpetualSwaps
setFeeRate
setDeleveragingCliff
setInsurancePoolSwitchStage
Insurance
Setting values to more than 100% might lead to unintended functionality.
Ensure that the parameters are less than 100%.
The text was updated successfully, but these errors were encountered:
cmichel issue #102
a31d8ee
No branches or pull requests
Handle
cmichel
Vulnerability details
There are several setter functions that do not check if the amount is less than 100%.
TracerPerpetualSwaps
:setFeeRate
,setDeleveragingCliff
,setInsurancePoolSwitchStage
Insurance
:setFeeRate
,setDeleveragingCliff
,setInsurancePoolSwitchStage
Impact
Setting values to more than 100% might lead to unintended functionality.
Recommended Mitigation Steps
Ensure that the parameters are less than 100%.
The text was updated successfully, but these errors were encountered: