Add TWAP price-oracle and cross-function reentrancy check classes#62
Add TWAP price-oracle and cross-function reentrancy check classes#62Pattermesh wants to merge 1 commit into
6 new alerts including 1 high severity security vulnerability
New alerts in code changed by this pull request
Security Alerts:
- 1 high
- 4 medium
Other Alerts:
- 1 warning
See annotations below for details.
Annotations
Check failure on line 68 in src/examples/CrossFunctionReentrancyExamples.sol
Code scanning / Slither
Reentrancy vulnerabilities High
Check warning on line 128 in src/checks/CrossFunctionReentrancyCheck.sol
Code scanning / Slither
Contracts that lock Ether Medium
Check warning on line 103 in src/checks/CrossFunctionReentrancyCheck.sol
Code scanning / Slither
State variables that could be declared immutable Warning
Check warning on line 69 in src/examples/CrossFunctionReentrancyExamples.sol
Code scanning / Slither
Incorrect erc20 interface Medium
Check warning on line 98 in src/examples/CrossFunctionReentrancyExamples.sol
Code scanning / Slither
Incorrect erc20 interface Medium
Check warning on line 56 in src/examples/TWAPOracleExamples.sol
Code scanning / Slither
Divide before multiply Medium