Skip to content

Commit

Permalink
alexxander data for issue #848
Browse files Browse the repository at this point in the history
  • Loading branch information
c4-submissions committed Oct 6, 2023
1 parent fa68786 commit 95b3a78
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/alexxander-Analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Since this is a second audit round of Ulysses Omnichain System, this report will comment on the newly refactored code.

## Positives
1. Incorporating LayerZero as the message transport layer has greatly reduced the complexity of the code & has improved the user flows to be more straightforward.
2. The manual gas handling state that was present in the previous implementation is absent and this greatly reduces the surface for potential vulnerabilities that can come from tracking what gas is owed.
3. Previously disclosed vulnerabilities have been acknowledged & the mitigations are done in such a way that not only remove vulnerabilities but also simplify the code.

## Areas of Concern
1. Some of the RootBridgeAgentExecutor & MulticallRootRouter functionalities could be extracted into a overall less number of functions.
2. There are currently approvals of tokens that are not fully utilized in the MulticallRootRouter "safeApprove". During the audit no vulnerabilites were discovered, however, it's good for the developers to keep in mind that after execution from the MultiCallRootRouter there could still be left approval of tokens towards the RootBridgeAgent.

## Time spent
25 hours





### Time spent:
25 hours

0 comments on commit 95b3a78

Please sign in to comment.