Skip to content

Commit

Permalink
Merge pull request #180 from euler-xyz/cantina-and-yAudit-code-compet…
Browse files Browse the repository at this point in the history
…ition

Cantina code competition and yAudit fixes
  • Loading branch information
kasperpawlowski authored Nov 28, 2024
2 parents a7d3c29 + 4efd000 commit 4538f07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added audits/Euler Cantina Code Competition report.pdf
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/unit/EthereumVaultConnector/Call.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ contract CallTest is Test {
bytes memory data
) public {
vm.assume(uint160(alice) > 255 && alice != address(evc));
vm.assume(targetContract != operator && !evc.haveCommonOwner(alice, operator));
vm.assume(operator != address(evc) && targetContract != operator && !evc.haveCommonOwner(alice, operator));
vm.assume(
uint160(targetContract) > 255 && targetContract != address(evc)
&& !evc.haveCommonOwner(alice, targetContract)
Expand Down

0 comments on commit 4538f07

Please sign in to comment.