Skip to content

Commit

Permalink
Modify readme to add threat model
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoloaiza committed Jul 22, 2024
1 parent c673998 commit 0703383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/multicall/GuardedMulticaller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ contract GuardedMulticaller is AccessControl, ReentrancyGuard, EIP712 {
)
);
}
}
}
3 changes: 2 additions & 1 deletion contracts/multicall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Contract audits and threat models:

| Description | Date |Version Audited | Link to Report |
|---------------------------|------------------|-----------------|----------------|
| External audit | Sept 26, 2023 | --- | [202309-external-audit-multicaller](../../audits/multicall/202309-external-audit-multicaller.pdf) |
| Threat Model | Sept 26, 2023 | --- | [202309-threat-model-multicaller](../../audits/multicall/202309-threat-model-multicaller.md) |
| External audit | Sept 26, 2023 | [e59b72a](https://github.com/immutable/contracts/blob/e59b72a69294bd6d5857a1e2d019044bbfb14632/contracts/multicall) | [202309-external-audit-multicaller](../../audits/multicall/202309-external-audit-multicaller.pdf) |


# Architecture
Expand Down

0 comments on commit 0703383

Please sign in to comment.