code-423n4 / 2021-06-tracer-findings

1 stars 0 forks source link

Can set values to more than 100% #102

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

cmichel

Vulnerability details

There are several setter functions that do not check if the amount is less than 100%.

Impact

Setting values to more than 100% might lead to unintended functionality.

Recommended Mitigation Steps

Ensure that the parameters are less than 100%.