Commented code left in codebase #151
Labels
1 (Low Risk)
Assets are not at risk. State handling, function incorrect as to spec, issues with comments
bug
Something isn't working
duplicate
This issue or pull request already exists
Handle
loop
Vulnerability details
There are some lines of commented out code in the following files:
Proof of Concept
Following lines contain commented code or comments describing the commented code.
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L42-L49
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L134
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L146
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L156
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L187
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L201-L204
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L216-L217
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L235-L237
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L314-L320
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/Swap.sol#L683-L696
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L282
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L1182-L1187
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L1217-L1220
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L1229
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L1253-L1254
https://github.com/code-423n4/2021-11-bootfinance/blob/main/customswap/contracts/SwapUtils.sol#L1588-L1589
https://github.com/code-423n4/2021-11-bootfinance/blob/main/vesting/contracts/Vesting.sol#L76
Recommended Mitigation Steps
Remove (commented) code which is no longer used.
The text was updated successfully, but these errors were encountered: