-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslither-informative.txt
More file actions
15 lines (15 loc) · 1.23 KB
/
Copy pathslither-informative.txt
File metadata and controls
15 lines (15 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(venv) ➜ FractoReal git:(main) slither . --exclude-low
'npx hardhat clean' running (wd: /home/yedoost/w/github.com/ahbanavi/FractoReal)
'npx hardhat clean --global' running (wd: /home/yedoost/w/github.com/ahbanavi/FractoReal)
'npx hardhat compile --force' running (wd: /home/yedoost/w/github.com/ahbanavi/FractoReal)
INFO:Detectors:
BuildingManagerElection.finalizeElection() (contracts/BuildingManagerElection.sol#182-240) has costly operations inside a loop:
- delete candidates[_candidateList[i_scope_0]] (contracts/BuildingManagerElection.sol#218)
BuildingManagerElection.finalizeElection() (contracts/BuildingManagerElection.sol#182-240) has costly operations inside a loop:
- delete voters[i_scope_1] (contracts/BuildingManagerElection.sol#229)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#costly-operations-inside-a-loop
INFO:Detectors:
Low level call in FractionsDAO.executeProposal(uint256) (contracts/FractionsDAO.sol#181-198):
- (success,data) = proposal.targetAddress.call(proposal.data) (contracts/FractionsDAO.sol#192-194)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#low-level-calls
INFO:Slither:. analyzed (39 contracts with 77 detectors), 3 result(s) found