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
The rlusd audit report was delivered and there were a variety of
relevant findings that needed to be addressed:
- Centralisation Risk For Bridge Address Configuration (OMRL-04)
- Use A Caller-Determined Refund Recipient (OMRL-05)
- No Mechanism For Deleting Routes (OMRL-06)
- Missing Check For Routes (OMRL-07)
- Unnecessary Approval For Lockbox (OMRL-09)
- Pausing and Unpausing Have The Same Role (OMRL-11)
- Optimising Redundant Condition Checks For lockbox_ (OMRL-12)
We already addressed these primary findings in PRs #2985 and #3074:
- Paused Token Leads to Loss of Funds (OMRL-01)
- Insufficient Gas For receiveToken() (OMRL-02)
Findings that are not relevant and do not need to be addressed are:
- Risks Of Source And Destination Chain Configuration Mismatch (OMRL-03)
- No Support For Rebasing Or Fee Tokens (OMRL-08)
- New EVM Version May Be Unsupported (OMRL-10)
issue: #3095
Problem to Solve
The audit report was finished and it includes a variety of relevant findings:
lockbox_
(OMRL-12)Findings that are not relevant and do not need to be addressed are:
Findings that have already been addressed in PRs #2985 and #3074 are:
receiveToken()
(OMRL-02)Proposed Solution
Implement fixes for all relevant findings.
The text was updated successfully, but these errors were encountered: