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
As addressed in spearbit #H-14, FeeCollector.claimFees() is susceptible to front-run transaction. Would be helpful to add some snippet of code to the docs for callers, showing how to implement the check on output tokens to avoid being front-run.
What is the type of issue?
Documentation is missing
What is the issue?
As addressed in spearbit #H-14,
FeeCollector.claimFees()
is susceptible to front-run transaction. Would be helpful to add some snippet of code to the docs for callers, showing how to implement the check on output tokens to avoid being front-run.Also added a line of natspec in contracts-monorepo #473
Where did you find it?
spearbit #H-14
The text was updated successfully, but these errors were encountered: