Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fusdc: advancer validates settler address #10726

Open
0xpatrickdev opened this issue Dec 18, 2024 · 0 comments · May be fixed by #10723
Open

fusdc: advancer validates settler address #10726

0xpatrickdev opened this issue Dec 18, 2024 · 0 comments · May be fixed by #10723
Assignees

Comments

@0xpatrickdev
Copy link
Member

0xpatrickdev commented Dec 18, 2024

What is the Problem Being Solved?

FUSDC should validate the aux.recipientAddress provided in CctpTxEvidence matches the one expected by the contract ( settlementAccount address). Without this check, a misconfigured oracle could direct funds to a place that is not reachable by the FUSDC contract.

Description of the Design

When decodedAddressHook(aux.recipientAddress) is called, take the baseAddress value and validate it against settlementAddress

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant