code-423n4 / 2023-01-drips-findings

0 stars 2 forks source link

QA Report #213

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

GalloDaSballo commented 1 year ago

User might loose ETH in callBatched() if they send more than needed

L

FoT and rebase tokens

L

Using uint32 for timestamp might cause issues at 2106

L

At ImmutableSplitsDriver if user sends to himself the funds will be stuck forever

L

NFTDriver.burn() might cause the user to loose access to funds

L

5L

1L from dups

6L

GalloDaSballo commented 1 year ago

1L from dups

5L

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-b

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-a

GalloDaSballo commented 1 year ago

Upgraded to A after downgrades