Raz0r

Results 9 comments of Raz0r

Woah, that's a lot of contracts! I have looked through some of jsons randomly, many of them are `Integer Overflow or Wraparound`, which is less interesting since the initial goal...

+1 `send_response()` does not work

Also metavariables do not work to match inherited contracts in contract declarations: ```yaml patterns: - pattern: | contract $C is $I { ... } - metavariable-regex: metavariable: $I regex: IERC20...

Hi @mojtaba-eshghie I have tagged the tip of the master branch as 1.0.0 version: https://github.com/Decurity/semgrep-smart-contracts/releases/tag/v1.0.0

Hey @davidradl thanks, didn't know about existing `AsyncRetryStrategies`, I will need some time to figure out how to use it correctly with making IOException bubble up.

Closing this in favor of https://github.com/getindata/flink-http-connector/pull/129 and https://github.com/getindata/flink-http-connector/pull/120

Maybe add a flag to not ignore CREATE and CREATE2? In some situations you may want to sacrifice some performance to find a vulnerability or break an invariant which is...

Found out that this is not a good solution, since middleware is cloned meaning balance cache is not preserved. Will think how to use the same instance of middleware.

Did more debugging, the balance for the call target is actually fetched in src/evm/onchain/mod.rs when handling `CALL` opcode. The issue is that the onchain balance is fetched for the caller,...