Boost _ Folks Finance 33953 - [Smart Contract - Low] Calling process function will not revert even i
Description
Brief/Intro
Vulnerability Details
if (percentageDifference > deviationTolerance) {
if (parentNodeOutputs.length == 2) revert DeviationToleranceExceeded(percentageDifference);
return parentNodeOutputs[2];
}Impact Details
References
Proof of concept
Proof of Concept
PreviousBoost _ Folks Finance 33950 - [Smart Contract - Low] pythnode oracle unexpected revertNextBoost _ Folks Finance 33970 - [Smart Contract - Medium] User deposits can be blocked
Last updated
Was this helpful?