eth-sri / securify

[DEPRECATED] Security Scanner for Ethereum Smart Contracts
Apache License 2.0
215 stars 50 forks source link

fix inconsistencies between different orders of the same input #36

Closed hiqua closed 5 years ago

hiqua commented 5 years ago

The patterns were not reinitialized for every new contract, reinitializing every time them seems to fix the issue.

ghost commented 5 years ago

DeepCode analyzed this pull request. There are no new issues.1 info report was fixed.

Click to see more details.

hiqua commented 5 years ago

@jakobbeckmann can you take a look and tell me whether this fixes the issue for you? You could even try to rebase your PR on this one, if that's not much trouble for you.

f4z3r commented 5 years ago

I also rebased my PR onto this branch as you requested. I works and truffle and solc projects now output the same with the exception that with the --truffle flag, Migrations.sol is ignored.