-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathout_of_scope.txt
116 lines (116 loc) · 6.27 KB
/
out_of_scope.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
./lib/forge-proposal-simulator/addresses/Addresses.sol
./lib/forge-proposal-simulator/addresses/IAddresses.sol
./lib/forge-proposal-simulator/mocks/MockAuction.sol
./lib/forge-proposal-simulator/mocks/MockBravoProposal.sol
./lib/forge-proposal-simulator/mocks/MockDuplicatedActionProposal.sol
./lib/forge-proposal-simulator/mocks/MockGovernorAlpha.sol
./lib/forge-proposal-simulator/mocks/MockMultisigProposal.sol
./lib/forge-proposal-simulator/mocks/MockOZGovernorProposal.sol
./lib/forge-proposal-simulator/mocks/MockSavingContract.sol
./lib/forge-proposal-simulator/mocks/MockTimelockProposal.sol
./lib/forge-proposal-simulator/mocks/MockToken.sol
./lib/forge-proposal-simulator/mocks/MockTokenWrapper.sol
./lib/forge-proposal-simulator/mocks/MockUpgrade.sol
./lib/forge-proposal-simulator/mocks/MockVotingContract.sol
./lib/forge-proposal-simulator/src/interface/ICompoundConfigurator.sol
./lib/forge-proposal-simulator/src/interface/IGovernor.sol
./lib/forge-proposal-simulator/src/interface/IGovernorBravo.sol
./lib/forge-proposal-simulator/src/interface/IProxy.sol
./lib/forge-proposal-simulator/src/interface/IProxyAdmin.sol
./lib/forge-proposal-simulator/src/interface/ITimelockController.sol
./lib/forge-proposal-simulator/src/interface/IVotes.sol
./lib/forge-proposal-simulator/src/proposals/CrossChainProposal.sol
./lib/forge-proposal-simulator/src/proposals/GovernorBravoProposal.sol
./lib/forge-proposal-simulator/src/proposals/IProposal.sol
./lib/forge-proposal-simulator/src/proposals/MultisigProposal.sol
./lib/forge-proposal-simulator/src/proposals/OZGovernorProposal.sol
./lib/forge-proposal-simulator/src/proposals/Proposal.sol
./lib/forge-proposal-simulator/src/proposals/TimelockProposal.sol
./lib/forge-proposal-simulator/test/Addresses.t.sol
./lib/forge-proposal-simulator/test/BravoProposal.t.sol
./lib/forge-proposal-simulator/test/DuplicatedAction.t.sol
./lib/forge-proposal-simulator/test/GovernorOZProposal.t.sol
./lib/forge-proposal-simulator/test/MultisigProposal.t.sol
./lib/forge-proposal-simulator/test/MultisigProposalCalldataTest.t.sol
./lib/forge-proposal-simulator/test/TimelockProposal.t.sol
./lib/forge-proposal-simulator/test/multisigProposals/MultisigProposal_01.sol
./lib/forge-proposal-simulator/test/multisigProposals/MultisigProposal_02.sol
./lib/forge-proposal-simulator/test/multisigProposals/MultisigProposal_03.sol
./lib/forge-proposal-simulator/test/multisigProposals/MultisigProposal_04.sol
./lib/forge-proposal-simulator/test/multisigProposals/MultisigProposal_05.sol
./lib/forge-proposal-simulator/utils/Address.sol
./lib/forge-proposal-simulator/utils/Constants.sol
./lib/safe-smart-account/certora/harnesses/SafeHarness.sol
./lib/safe-smart-account/contracts/Safe.sol
./lib/safe-smart-account/contracts/SafeL2.sol
./lib/safe-smart-account/contracts/accessors/SimulateTxAccessor.sol
./lib/safe-smart-account/contracts/base/Executor.sol
./lib/safe-smart-account/contracts/base/FallbackManager.sol
./lib/safe-smart-account/contracts/base/GuardManager.sol
./lib/safe-smart-account/contracts/base/ModuleManager.sol
./lib/safe-smart-account/contracts/base/OwnerManager.sol
./lib/safe-smart-account/contracts/common/Enum.sol
./lib/safe-smart-account/contracts/common/NativeCurrencyPaymentFallback.sol
./lib/safe-smart-account/contracts/common/SecuredTokenTransfer.sol
./lib/safe-smart-account/contracts/common/SelfAuthorized.sol
./lib/safe-smart-account/contracts/common/SignatureDecoder.sol
./lib/safe-smart-account/contracts/common/Singleton.sol
./lib/safe-smart-account/contracts/common/StorageAccessible.sol
./lib/safe-smart-account/contracts/examples/guards/DebugTransactionGuard.sol
./lib/safe-smart-account/contracts/examples/guards/DelegateCallTransactionGuard.sol
./lib/safe-smart-account/contracts/examples/guards/OnlyOwnersGuard.sol
./lib/safe-smart-account/contracts/examples/guards/ReentrancyTransactionGuard.sol
./lib/safe-smart-account/contracts/examples/libraries/Migrate_1_3_0_to_1_2_0.sol
./lib/safe-smart-account/contracts/external/SafeMath.sol
./lib/safe-smart-account/contracts/handler/CompatibilityFallbackHandler.sol
./lib/safe-smart-account/contracts/handler/HandlerContext.sol
./lib/safe-smart-account/contracts/handler/TokenCallbackHandler.sol
./lib/safe-smart-account/contracts/interfaces/ERC1155TokenReceiver.sol
./lib/safe-smart-account/contracts/interfaces/ERC721TokenReceiver.sol
./lib/safe-smart-account/contracts/interfaces/ERC777TokensRecipient.sol
./lib/safe-smart-account/contracts/interfaces/IERC165.sol
./lib/safe-smart-account/contracts/interfaces/ISignatureValidator.sol
./lib/safe-smart-account/contracts/interfaces/ViewStorageAccessible.sol
./lib/safe-smart-account/contracts/libraries/CreateCall.sol
./lib/safe-smart-account/contracts/libraries/MultiSend.sol
./lib/safe-smart-account/contracts/libraries/MultiSendCallOnly.sol
./lib/safe-smart-account/contracts/libraries/SafeStorage.sol
./lib/safe-smart-account/contracts/libraries/SignMessageLib.sol
./lib/safe-smart-account/contracts/proxies/IProxyCreationCallback.sol
./lib/safe-smart-account/contracts/proxies/SafeProxy.sol
./lib/safe-smart-account/contracts/proxies/SafeProxyFactory.sol
./lib/safe-smart-account/contracts/test/4337/Test4337ModuleAndHandler.sol
./lib/safe-smart-account/contracts/test/ERC1155Token.sol
./lib/safe-smart-account/contracts/test/ERC20Token.sol
./lib/safe-smart-account/contracts/test/TestHandler.sol
./lib/safe-smart-account/contracts/test/Token.sol
./src/interface/CErc20Interface.sol
./src/interface/CEtherInterface.sol
./src/interface/IMorpho.sol
./src/interface/IMulticall3.sol
./src/interface/WETH9.sol
./test/integration/AddressCalculation.t.sol
./test/integration/Deployment.t.sol
./test/integration/InstanceDeployer.t.sol
./test/integration/RecoverySpells.t.sol
./test/integration/SocialRecovery.t.sol
./test/integration/System.t.sol
./test/mock/MockERC1155.sol
./test/mock/MockERC721.sol
./test/mock/MockLending.sol
./test/mock/MockReentrancyExecutor.sol
./test/mock/MockSafe.sol
./test/unit/BytesHelper.t.sol
./test/unit/CalldataList.t.sol
./test/unit/Guard.t.sol
./test/unit/RecoverySpell.t.sol
./test/unit/RecoverySpellFactory.t.sol
./test/unit/Timelock.t.sol
./test/unit/TimelockFactory.t.sol
./test/unit/TimelockPause.t.sol
./test/unit/TimelockReceiving.t.sol
./test/utils/CallHelper.t.sol
./test/utils/NestedArrayHelper.sol
./test/utils/SigHelper.sol
./test/utils/SystemIntegrationFixture.sol
./test/utils/TimelockUnitFixture.sol