Skip to content

Commit

Permalink
Update triage slither db
Browse files Browse the repository at this point in the history
INFO:Detectors:
0: GasRefundEnabled.refundsGas(IGasRefunder,IReader4844) (src/libraries/GasRefundEnabled.sol#17-51) performs a multiplication on the result of a division:
	- calldataWords = (calldataSize + 31) / 32 (src/libraries/GasRefundEnabled.sol#22)
	- startGasLeft += calldataWords * 6 + (calldataWords ** 2) / 512 (src/libraries/GasRefundEnabled.sol#24)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#divide-before-multiply
Results to hide during next runs: "0,1,...,1" or "All" (enter to not hide results):
All
INFO:Detectors:
0: Multiple retryable tickets created in the same function:
	 -_fundAndDeploy(_inbox,NICK_CREATE2_VALUE,NICK_CREATE2_DEPLOYER,NICK_CREATE2_PAYLOAD,isUsingFeeToken,_maxFeePerGas) (src/rollup/DeployHelper.sol#96-103)
	 -_fundAndDeploy(_inbox,NICK_CREATE2_VALUE,NICK_CREATE2_DEPLOYER,NICK_CREATE2_PAYLOAD,isUsingFeeToken,_maxFeePerGas) (src/rollup/DeployHelper.sol#96-103)
  • Loading branch information
gvladika committed Mar 5, 2024
1 parent 819596d commit 58b6741
Showing 1 changed file with 13,099 additions and 1 deletion.
13,100 changes: 13,099 additions & 1 deletion slither.db.json

Large diffs are not rendered by default.

0 comments on commit 58b6741

Please sign in to comment.