code-423n4 / 2024-03-coinbase-findings

1 stars 0 forks source link

QA Report #197

Closed c4-bot-10 closed 6 months ago

c4-bot-10 commented 6 months ago

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

raymondfam commented 6 months ago

L2: It's been commented to: Ignore failure (it's EntryPoint's job to verify, not the account's). L3: It's proxy deployed which is different than your described finding.

1 L.

c4-pre-sort commented 6 months ago

raymondfam marked the issue as insufficient quality report

c4-pre-sort commented 6 months ago

raymondfam marked the issue as grade-c

thenua3bhai commented 6 months ago

Hi Please check L-01 Since it is related to revert txn when low level call returns false. I know it is 1 L but since L-01 is significant and it's fixing should be considered. so it's grade can be re-considered changing from current c. Thanks.

3docSec commented 6 months ago

Hi @thenua3bhai L-01 is invalid, because the code following the check is a proper fallback FCL.ecdsa_verify() for chains that don't support the VERIFIER precompile.

If the sponsor were to follow this suggestion, that would constitute a High/Medium severity issue. That's a harmful recommendation, so grade-c seems just fine.