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
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
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
FUSDC should validate the
aux.recipientAddress
provided inCctpTxEvidence
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 thebaseAddress
value and validate it againstsettlementAddress
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: